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