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
-
setTableDescription
- Parameters:
tableDescription-
-
getTableDescription
- Returns:
-
withTableDescription
- Parameters:
tableDescription-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-