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