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