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