Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudformation.model
Class DescribeStacksResult

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

public class DescribeStacksResult
extends Object
implements Serializable

The output for a DescribeStacks action.

See Also:
Serialized Form

Constructor Summary
DescribeStacksResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getNextToken()
          Returns the value of the NextToken property for this object.
 List<Stack> getStacks()
          A list of stack structures.
 int hashCode()
           
 void setNextToken(String nextToken)
          Sets the value of the NextToken property for this object.
 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 withNextToken(String nextToken)
          Sets the value of the NextToken property for this object.
 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.

getNextToken

public String getNextToken()
Returns the value of the NextToken property for this object.

Constraints:
Length: 1 - 1024

Returns:
The value of the NextToken property for this object.

setNextToken

public void setNextToken(String nextToken)
Sets the value of the NextToken property for this object.

Constraints:
Length: 1 - 1024

Parameters:
nextToken - The new value for the NextToken property for this object.

withNextToken

public DescribeStacksResult withNextToken(String nextToken)
Sets the value of the NextToken property for this object.

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

Constraints:
Length: 1 - 1024

Parameters:
nextToken - The new value for the NextToken property for this object.
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.