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