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