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
DescribeStackSummary
request.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeStackSummaryResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeStackSummaryResult
clone()
boolean
equals(Object obj)
StackSummary
getStackSummary()
AStackSummary
object that contains the results.int
hashCode()
void
setStackSummary(StackSummary stackSummary)
AStackSummary
object that contains the results.String
toString()
Returns a string representation of this object; useful for testing and debugging.DescribeStackSummaryResult
withStackSummary(StackSummary stackSummary)
AStackSummary
object that contains the results.
-
-
-
Method Detail
-
setStackSummary
public void setStackSummary(StackSummary stackSummary)
A
StackSummary
object that contains the results.- Parameters:
stackSummary
- AStackSummary
object that contains the results.
-
getStackSummary
public StackSummary getStackSummary()
A
StackSummary
object that contains the results.- Returns:
- A
StackSummary
object that contains the results.
-
withStackSummary
public DescribeStackSummaryResult withStackSummary(StackSummary stackSummary)
A
StackSummary
object that contains the results.- Parameters:
stackSummary
- AStackSummary
object 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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeStackSummaryResult clone()
-
-