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