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