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