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