com.amazonaws.services.cloudformation.model
Class DescribeStacksResult

java.lang.Object
  extended by com.amazonaws.services.cloudformation.model.DescribeStacksResult

public class DescribeStacksResult
extends Object

The output for a DescribeStacks action.


Constructor Summary
DescribeStacksResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<Stack> getStacks()
          A list of stack structures.
 int hashCode()
           
 void setStacks(Collection<Stack> stacks)
          A list of stack structures.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeStacksResult withStacks(Collection<Stack> stacks)
          A list of stack structures.
 DescribeStacksResult withStacks(Stack... stacks)
          A list of stack structures.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeStacksResult

public DescribeStacksResult()
Method Detail

getStacks

public List<Stack> getStacks()
A list of stack structures.

Returns:
A list of stack structures.

setStacks

public void setStacks(Collection<Stack> stacks)
A list of stack structures.

Parameters:
stacks - A list of stack structures.

withStacks

public DescribeStacksResult withStacks(Stack... stacks)
A list of stack structures.

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

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

withStacks

public DescribeStacksResult withStacks(Collection<Stack> stacks)
A list of stack structures.

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

Parameters:
stacks - A list of stack 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.