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()
boolean
AStackSummary
object that contains the results.int
hashCode()
void
setStackSummary
(StackSummary stackSummary) AStackSummary
object that contains the results.toString()
Returns a string representation of this object; useful for testing and debugging.withStackSummary
(StackSummary stackSummary) AStackSummary
object that contains the results.
-
Constructor Details
-
DescribeStackSummaryResult
public DescribeStackSummaryResult()
-
-
Method Details
-
setStackSummary
A
StackSummary
object that contains the results.- Parameters:
stackSummary
- AStackSummary
object that contains the results.
-
getStackSummary
A
StackSummary
object that contains the results.- Returns:
- A
StackSummary
object that contains the results.
-
withStackSummary
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-