|
Did this page help you?Yes No Tell us about it... |
||||||
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 | |
---|---|
boolean |
equals(Object obj)
|
List<StackResource> |
getStackResources()
A list of StackResource structures. |
int |
hashCode()
|
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 |
---|
getClass, 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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |