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