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