Class ListDataSetsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.m2.transform.ListDataSetsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ListDataSetsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListDataSetsRequestMarshaller
extends Object
implements Marshaller<ListDataSetsRequest>
ListDataSetsRequest Marshaller- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListDataSetsRequest listDataSetsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListDataSetsRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListDataSetsRequest>
- Parameters:
- listDataSetsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-