public class DescribeStackSummaryResult extends Object implements Serializable, Cloneable
Contains the response to a DescribeStackSummary request.
| Constructor and Description |
|---|
DescribeStackSummaryResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeStackSummaryResult |
clone() |
boolean |
equals(Object obj) |
StackSummary |
getStackSummary()
A
StackSummary object that contains the results. |
int |
hashCode() |
void |
setStackSummary(StackSummary stackSummary)
A
StackSummary object that contains the results. |
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. |
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 String toString()
toString in class ObjectObject.toString()public DescribeStackSummaryResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.