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