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