Class DescribeStackResourcesResult
java.lang.Object
com.amazonaws.services.cloudformation.model.DescribeStackResourcesResult
- All Implemented Interfaces:
Serializable, Cloneable
The output for a DescribeStackResources action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA list ofStackResourcestructures.inthashCode()voidsetStackResources(Collection<StackResource> stackResources) A list ofStackResourcestructures.toString()Returns a string representation of this object; useful for testing and debugging.withStackResources(StackResource... stackResources) A list ofStackResourcestructures.withStackResources(Collection<StackResource> stackResources) A list ofStackResourcestructures.
-
Constructor Details
-
DescribeStackResourcesResult
public DescribeStackResourcesResult()
-
-
Method Details
-
getStackResources
A list of
StackResourcestructures.- Returns:
- A list of
StackResourcestructures.
-
setStackResources
A list of
StackResourcestructures.- Parameters:
stackResources- A list ofStackResourcestructures.
-
withStackResources
A list of
StackResourcestructures.NOTE: This method appends the values to the existing list (if any). Use
setStackResources(java.util.Collection)orwithStackResources(java.util.Collection)if you want to override the existing values.- Parameters:
stackResources- A list ofStackResourcestructures.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withStackResources
A list of
StackResourcestructures.- Parameters:
stackResources- A list ofStackResourcestructures.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-