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