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