@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStackSummaryResult extends AmazonWebServiceResult<ResponseMetadata> 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. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Object
Object.toString()
public DescribeStackSummaryResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.