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