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