public class DescribeStackSummaryResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the response to a DescribeStackSummary
request.
Modifier and Type | Field and Description |
---|---|
private StackSummary |
stackSummary
A
StackSummary object that contains the results. |
Constructor and Description |
---|
DescribeStackSummaryResult() |
Modifier and Type | Method and Description |
---|---|
DescribeStackSummaryResult |
clone() |
boolean |
equals(java.lang.Object obj) |
StackSummary |
getStackSummary()
A
StackSummary object that contains the results. |
int |
hashCode() |
void |
setStackSummary(StackSummary stackSummary)
A
StackSummary object that contains the results. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStackSummaryResult |
withStackSummary(StackSummary stackSummary)
A
StackSummary object that contains the results. |
private StackSummary stackSummary
A StackSummary
object that contains the results.
public void setStackSummary(StackSummary stackSummary)
A StackSummary
object that contains the results.
stackSummary
- A StackSummary
object that contains the results.public StackSummary getStackSummary()
A StackSummary
object that contains the results.
StackSummary
object that contains the results.public DescribeStackSummaryResult withStackSummary(StackSummary stackSummary)
A StackSummary
object that contains the results.
stackSummary
- A StackSummary
object that contains the results.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeStackSummaryResult clone()
clone
in class java.lang.Object