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