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