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