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