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