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