Class CreateTableRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.s3tables.transform.CreateTableRequestMarshaller
- All Implemented Interfaces:
- Marshaller<CreateTableRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreateTableRequestMarshaller
extends Object
implements Marshaller<CreateTableRequest>
CreateTableRequest Marshaller- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreateTableRequest createTableRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreateTableRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreateTableRequest>
- Parameters:
- createTableRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-