|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudformation.model.DescribeStackResourcesResult
public class DescribeStackResourcesResult
The output for a DescribeStackResources action.
Constructor Summary | |
---|---|
DescribeStackResourcesResult()
|
Method Summary | |
---|---|
java.util.List<StackResource> |
getStackResources()
A list of StackResource structures. |
void |
setStackResources(java.util.Collection<StackResource> stackResources)
A list of StackResource structures. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeStackResourcesResult |
withStackResources(java.util.Collection<StackResource> stackResources)
A list of StackResource structures. |
DescribeStackResourcesResult |
withStackResources(StackResource... stackResources)
A list of StackResource structures. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeStackResourcesResult()
Method Detail |
---|
public java.util.List<StackResource> getStackResources()
StackResource
structures.
StackResource
structures.public void setStackResources(java.util.Collection<StackResource> stackResources)
StackResource
structures.
stackResources
- A list of StackResource
structures.public DescribeStackResourcesResult withStackResources(StackResource... stackResources)
StackResource
structures.
Returns a reference to this object so that method calls can be chained together.
stackResources
- A list of StackResource
structures.
public DescribeStackResourcesResult withStackResources(java.util.Collection<StackResource> stackResources)
StackResource
structures.
Returns a reference to this object so that method calls can be chained together.
stackResources
- A list of StackResource
structures.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |