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