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