public class CreateTableResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of a CreateTable operation.
Modifier and Type | Field and Description |
---|---|
private TableDescription |
tableDescription |
Constructor and Description |
---|
CreateTableResult() |
Modifier and Type | Method and Description |
---|---|
CreateTableResult |
clone() |
boolean |
equals(java.lang.Object obj) |
TableDescription |
getTableDescription() |
int |
hashCode() |
void |
setTableDescription(TableDescription tableDescription) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateTableResult |
withTableDescription(TableDescription tableDescription) |
private TableDescription tableDescription
public void setTableDescription(TableDescription tableDescription)
tableDescription
- public TableDescription getTableDescription()
public CreateTableResult withTableDescription(TableDescription tableDescription)
tableDescription
- public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateTableResult clone()
clone
in class java.lang.Object