public class DescribeStackSummaryResult extends Object implements Serializable
Contains the response to a DescribeStackSummary
request.
Constructor and Description |
---|
DescribeStackSummaryResult() |
Modifier and Type | Method and Description |
---|---|
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 StackSummary getStackSummary()
StackSummary
object that contains the results.StackSummary
object that contains the results.public void setStackSummary(StackSummary stackSummary)
StackSummary
object that contains the results.stackSummary
- A StackSummary
object that contains the results.public DescribeStackSummaryResult withStackSummary(StackSummary stackSummary)
StackSummary
object that contains the results.
Returns a reference to this object so that method calls can be chained together.
stackSummary
- A StackSummary
object that contains the results.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.