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