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