Class DescribeStacksResult
java.lang.Object
com.amazonaws.services.opsworks.model.DescribeStacksResult
- All Implemented Interfaces:
Serializable,Cloneable
Contains the response to a DescribeStacks request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanAn array ofStackobjects that describe the stacks.inthashCode()voidsetStacks(Collection<Stack> stacks) An array ofStackobjects that describe the stacks.toString()Returns a string representation of this object; useful for testing and debugging.withStacks(Stack... stacks) An array ofStackobjects that describe the stacks.withStacks(Collection<Stack> stacks) An array ofStackobjects that describe the stacks.
-
Constructor Details
-
DescribeStacksResult
public DescribeStacksResult()
-
-
Method Details
-
getStacks
An array of
Stackobjects that describe the stacks.- Returns:
- An array of
Stackobjects that describe the stacks.
-
setStacks
An array of
Stackobjects that describe the stacks.- Parameters:
stacks- An array ofStackobjects that describe the stacks.
-
withStacks
An array of
Stackobjects that describe the stacks.NOTE: This method appends the values to the existing list (if any). Use
setStacks(java.util.Collection)orwithStacks(java.util.Collection)if you want to override the existing values.- Parameters:
stacks- An array ofStackobjects that describe the stacks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withStacks
An array of
Stackobjects that describe the stacks.- Parameters:
stacks- An array ofStackobjects that describe the stacks.- 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
-