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