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