public class DescribeTableResult
extends java.lang.Object
implements java.io.Serializable
Represents the output of a DescribeTable operation.
| コンストラクタと説明 |
|---|
DescribeTableResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
TableDescription |
getTable()
Contains the properties of a table.
|
int |
hashCode() |
void |
setTable(TableDescription table)
Contains the properties of a table.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTableResult |
withTable(TableDescription table)
Contains the properties of a table.
|
public TableDescription getTable()
public void setTable(TableDescription table)
table - Contains the properties of a table.public DescribeTableResult withTable(TableDescription table)
Returns a reference to this object so that method calls can be chained together.
table - Contains the properties of a table.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object