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