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