Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudformation.model
Class DescribeStackResourcesResult

java.lang.Object
  extended by com.amazonaws.services.cloudformation.model.DescribeStackResourcesResult
All Implemented Interfaces:
Serializable

public class DescribeStackResourcesResult
extends Object
implements Serializable

The output for a DescribeStackResources action.

See Also:
Serialized Form

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

DescribeStackResourcesResult

public DescribeStackResourcesResult()
Method Detail

getStackResources

public List<StackResource> getStackResources()
A list of StackResource structures.

Returns:
A list of StackResource structures.

setStackResources

public void setStackResources(Collection<StackResource> stackResources)
A list of StackResource structures.

Parameters:
stackResources - A list of StackResource structures.

withStackResources

public DescribeStackResourcesResult withStackResources(StackResource... stackResources)
A list of StackResource structures.

Returns a reference to this object so that method calls can be chained together.

Parameters:
stackResources - A list of StackResource structures.
Returns:
A reference to this updated object so that method calls can be chained together.

withStackResources

public DescribeStackResourcesResult withStackResources(Collection<StackResource> stackResources)
A list of StackResource structures.

Returns a reference to this object so that method calls can be chained together.

Parameters:
stackResources - A list of StackResource structures.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.