public class DescribeStacksResult
extends java.lang.Object
implements java.io.Serializable
Contains the response to a DescribeStacks request.
| コンストラクタと説明 |
|---|
DescribeStacksResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Stack> |
getStacks()
An array of
Stack objects that describe the stacks. |
int |
hashCode() |
void |
setStacks(java.util.Collection<Stack> stacks)
An array of
Stack objects that describe the stacks. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStacksResult |
withStacks(java.util.Collection<Stack> stacks)
An array of
Stack objects that describe the stacks. |
DescribeStacksResult |
withStacks(Stack... stacks)
An array of
Stack objects that describe the stacks. |
public java.util.List<Stack> getStacks()
Stack objects that describe the stacks.Stack objects that describe the stacks.public void setStacks(java.util.Collection<Stack> stacks)
Stack objects that describe the stacks.stacks - An array of Stack objects that describe the stacks.public DescribeStacksResult withStacks(Stack... stacks)
Stack objects that describe the stacks.
Returns a reference to this object so that method calls can be chained together.
stacks - An array of Stack objects that describe the stacks.public DescribeStacksResult withStacks(java.util.Collection<Stack> stacks)
Stack objects that describe the stacks.
Returns a reference to this object so that method calls can be chained together.
stacks - An array of Stack objects that describe the stacks.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