public class DescribeTableResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of a DescribeTable operation.
Modifier and Type | Field and Description |
---|---|
private TableDescription |
table |
Constructor and Description |
---|
DescribeTableResult() |
Modifier and Type | Method and Description |
---|---|
DescribeTableResult |
clone() |
boolean |
equals(java.lang.Object obj) |
TableDescription |
getTable() |
int |
hashCode() |
void |
setTable(TableDescription table) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTableResult |
withTable(TableDescription table) |
private TableDescription table
public void setTable(TableDescription table)
table
- public TableDescription getTable()
public DescribeTableResult withTable(TableDescription table)
table
- 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 DescribeTableResult clone()
clone
in class java.lang.Object