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