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