Class CreateTableResult
java.lang.Object
com.amazonaws.services.dynamodbv2.model.CreateTableResult
- All Implemented Interfaces:
Serializable, Cloneable
Represents the output of a CreateTable operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetTableDescription(TableDescription tableDescription) toString()Returns a string representation of this object; useful for testing and debugging.withTableDescription(TableDescription tableDescription)
-
Constructor Details
-
CreateTableResult
public CreateTableResult()
-
-
Method Details