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