public class CreateTableResult extends Object implements Serializable, Cloneable
Represents the output of a CreateTable operation.
| Constructor and Description |
|---|
CreateTableResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateTableResult |
clone() |
boolean |
equals(Object obj) |
TableDescription |
getTableDescription()
Returns the value of the TableDescription property for this object.
|
int |
hashCode() |
void |
setTableDescription(TableDescription tableDescription)
Sets the value of the TableDescription property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateTableResult |
withTableDescription(TableDescription tableDescription)
Sets the value of the TableDescription property for this object.
|
public void setTableDescription(TableDescription tableDescription)
tableDescription - The new value for the TableDescription property for this object.public TableDescription getTableDescription()
public CreateTableResult withTableDescription(TableDescription tableDescription)
tableDescription - The new value for the TableDescription property for this object.public String toString()
toString in class ObjectObject.toString()public CreateTableResult clone()
Copyright © 2015. All rights reserved.