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