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