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