Class CreateTableRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.dynamodb.transform.CreateTableRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<CreateTableRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateTableRequestMarshaller extends Object implements Marshaller<CreateTableRequest>
CreateTableRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description CreateTableRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(CreateTableRequest createTableRequest)
-
-
-
Constructor Detail
-
CreateTableRequestMarshaller
public CreateTableRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(CreateTableRequest createTableRequest)
- Specified by:
marshallin interfaceMarshaller<CreateTableRequest>
-
-