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