Class UpdateConfigurationSetTrackingOptionsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ses.transform.UpdateConfigurationSetTrackingOptionsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<UpdateConfigurationSetTrackingOptionsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class UpdateConfigurationSetTrackingOptionsRequestMarshaller
extends Object
implements Marshaller<UpdateConfigurationSetTrackingOptionsRequest>
UpdateConfigurationSetTrackingOptionsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(UpdateConfigurationSetTrackingOptionsRequest updateConfigurationSetTrackingOptionsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
UpdateConfigurationSetTrackingOptionsRequestMarshallerpublic UpdateConfigurationSetTrackingOptionsRequestMarshaller(AwsQueryProtocolFactory protocolFactory) 
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(UpdateConfigurationSetTrackingOptionsRequest updateConfigurationSetTrackingOptionsRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<UpdateConfigurationSetTrackingOptionsRequest>
- Parameters:
- updateConfigurationSetTrackingOptionsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-