@Deprecated
public class DeleteTableResult
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
DeleteTableResult()
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.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.
|
java.lang.String |
toString()
非推奨です。
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteTableResult |
withTableDescription(TableDescription tableDescription)
非推奨です。
Sets the value of the TableDescription property for this object.
|
public TableDescription getTableDescription()
public void setTableDescription(TableDescription tableDescription)
tableDescription - The new value for the TableDescription property for this object.public DeleteTableResult withTableDescription(TableDescription tableDescription)
Returns a reference to this object so that method calls can be chained together.
tableDescription - The new value for the TableDescription property for this object.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