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