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