public class DescribeStackResourcesResult
extends java.lang.Object
implements java.io.Serializable
The output for a DescribeStackResources action.
| コンストラクタと説明 |
|---|
DescribeStackResourcesResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<StackResource> |
getStackResources()
A list of
StackResource structures. |
int |
hashCode() |
void |
setStackResources(java.util.Collection<StackResource> stackResources)
A list of
StackResource structures. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStackResourcesResult |
withStackResources(java.util.Collection<StackResource> stackResources)
A list of
StackResource structures. |
DescribeStackResourcesResult |
withStackResources(StackResource... stackResources)
A list of
StackResource structures. |
public java.util.List<StackResource> getStackResources()
StackResource structures.StackResource structures.public void setStackResources(java.util.Collection<StackResource> stackResources)
StackResource structures.stackResources - A list of StackResource structures.public DescribeStackResourcesResult withStackResources(StackResource... stackResources)
StackResource structures.
Returns a reference to this object so that method calls can be chained together.
stackResources - A list of StackResource structures.public DescribeStackResourcesResult withStackResources(java.util.Collection<StackResource> stackResources)
StackResource structures.
Returns a reference to this object so that method calls can be chained together.
stackResources - A list of StackResource structures.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