public class CreateTableResult extends Object implements Serializable
Represents the output of a CreateTable operation.
| Constructor and Description | 
|---|
| CreateTableResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| TableDescription | getTableDescription()Represents the properties of a table. | 
| int | hashCode() | 
| void | setTableDescription(TableDescription tableDescription)Represents the properties of a table. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| CreateTableResult | withTableDescription(TableDescription tableDescription)Represents the properties of a table. | 
public TableDescription getTableDescription()
public void setTableDescription(TableDescription tableDescription)
tableDescription - Represents the properties of a table.public CreateTableResult withTableDescription(TableDescription tableDescription)
Returns a reference to this object so that method calls can be chained together.
tableDescription - Represents the properties of a table.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.