public class UpdateStackResult
extends java.lang.Object
implements java.io.Serializable
The output for a UpdateStack action.
| コンストラクタと説明 |
|---|
UpdateStackResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getStackId()
Unique identifier of the stack.
|
int |
hashCode() |
void |
setStackId(java.lang.String stackId)
Unique identifier of the stack.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateStackResult |
withStackId(java.lang.String stackId)
Unique identifier of the stack.
|
public java.lang.String getStackId()
public void setStackId(java.lang.String stackId)
stackId - Unique identifier of the stack.public UpdateStackResult withStackId(java.lang.String stackId)
Returns a reference to this object so that method calls can be chained together.
stackId - Unique identifier of the stack.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