|
|||||||
| 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 | |
|---|---|
List<StackResource> |
getStackResources()
A list of StackResource structures. |
void |
setStackResources(Collection<StackResource> stackResources)
A list of StackResource structures. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeStackResourcesResult |
withStackResources(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 List<StackResource> getStackResources()
StackResource structures.
StackResource structures.public void setStackResources(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(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 String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||