public class UpdateTableResult
extends java.lang.Object
implements java.io.Serializable
Represents the output of an UpdateTable operation.
| コンストラクタと説明 |
|---|
UpdateTableResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
TableDescription |
getTableDescription()
Contains the properties of a table.
|
int |
hashCode() |
void |
setTableDescription(TableDescription tableDescription)
Contains the properties of a table.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateTableResult |
withTableDescription(TableDescription tableDescription)
Contains the properties of a table.
|
public TableDescription getTableDescription()
public void setTableDescription(TableDescription tableDescription)
tableDescription - Contains the properties of a table.public UpdateTableResult withTableDescription(TableDescription tableDescription)
Returns a reference to this object so that method calls can be chained together.
tableDescription - 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