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