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