Class GetRevenueAttributionAllocationsTaskRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.partnercentralrevenuemeasurement.transform.GetRevenueAttributionAllocationsTaskRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetRevenueAttributionAllocationsTaskRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetRevenueAttributionAllocationsTaskRequestMarshaller
extends Object
implements Marshaller<GetRevenueAttributionAllocationsTaskRequest>
GetRevenueAttributionAllocationsTaskRequest Marshaller-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionmarshall(GetRevenueAttributionAllocationsTaskRequest getRevenueAttributionAllocationsTaskRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
GetRevenueAttributionAllocationsTaskRequestMarshaller
public GetRevenueAttributionAllocationsTaskRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(GetRevenueAttributionAllocationsTaskRequest getRevenueAttributionAllocationsTaskRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<GetRevenueAttributionAllocationsTaskRequest>- Parameters:
getRevenueAttributionAllocationsTaskRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-