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