public class DescribeStackResourceResult
extends java.lang.Object
implements java.io.Serializable
The output for a DescribeStackResource action.
| コンストラクタと説明 |
|---|
DescribeStackResourceResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
StackResourceDetail |
getStackResourceDetail()
A
StackResourceDetail structure containing the
description of the specified resource in the specified stack. |
int |
hashCode() |
void |
setStackResourceDetail(StackResourceDetail stackResourceDetail)
A
StackResourceDetail structure containing the
description of the specified resource in the specified stack. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStackResourceResult |
withStackResourceDetail(StackResourceDetail stackResourceDetail)
A
StackResourceDetail structure containing the
description of the specified resource in the specified stack. |
public StackResourceDetail getStackResourceDetail()
StackResourceDetail structure containing the
description of the specified resource in the specified stack.StackResourceDetail structure containing the
description of the specified resource in the specified stack.public void setStackResourceDetail(StackResourceDetail stackResourceDetail)
StackResourceDetail structure containing the
description of the specified resource in the specified stack.stackResourceDetail - A StackResourceDetail structure containing the
description of the specified resource in the specified stack.public DescribeStackResourceResult withStackResourceDetail(StackResourceDetail stackResourceDetail)
StackResourceDetail structure containing the
description of the specified resource in the specified stack.
Returns a reference to this object so that method calls can be chained together.
stackResourceDetail - A StackResourceDetail structure containing the
description of the specified resource in the specified 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