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