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