Class DescribeStackSummaryResult
java.lang.Object
com.amazonaws.services.opsworks.model.DescribeStackSummaryResult
- All Implemented Interfaces:
Serializable,Cloneable
Contains the response to a DescribeStackSummary request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanAStackSummaryobject that contains the results.inthashCode()voidsetStackSummary(StackSummary stackSummary) AStackSummaryobject that contains the results.toString()Returns a string representation of this object; useful for testing and debugging.withStackSummary(StackSummary stackSummary) AStackSummaryobject that contains the results.
-
Constructor Details
-
DescribeStackSummaryResult
public DescribeStackSummaryResult()
-
-
Method Details
-
setStackSummary
A
StackSummaryobject that contains the results.- Parameters:
stackSummary- AStackSummaryobject that contains the results.
-
getStackSummary
A
StackSummaryobject that contains the results.- Returns:
- A
StackSummaryobject that contains the results.
-
withStackSummary
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-