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