Class DescribeStackSummaryResult
- java.lang.Object
-
- com.amazonaws.services.opsworks.model.DescribeStackSummaryResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DescribeStackSummaryResult extends Object implements Serializable, Cloneable
Contains the response to a
DescribeStackSummaryrequest.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeStackSummaryResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeStackSummaryResultclone()booleanequals(Object obj)StackSummarygetStackSummary()AStackSummaryobject that contains the results.inthashCode()voidsetStackSummary(StackSummary stackSummary)AStackSummaryobject that contains the results.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeStackSummaryResultwithStackSummary(StackSummary stackSummary)AStackSummaryobject that contains the results.
-
-
-
Method Detail
-
setStackSummary
public void setStackSummary(StackSummary stackSummary)
A
StackSummaryobject that contains the results.- Parameters:
stackSummary- AStackSummaryobject that contains the results.
-
getStackSummary
public StackSummary getStackSummary()
A
StackSummaryobject that contains the results.- Returns:
- A
StackSummaryobject that contains the results.
-
withStackSummary
public DescribeStackSummaryResult withStackSummary(StackSummary stackSummary)
A
StackSummaryobject that contains the results.- Parameters:
stackSummary- AStackSummaryobject that contains the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeStackSummaryResult clone()
-
-