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