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:
java.io.Serializable

public class DescribeStacksResult
extends java.lang.Object
implements java.io.Serializable

The output for a DescribeStacks action.

See Also:
Serialized Form

Constructor Summary
DescribeStacksResult()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getNextToken()
          Returns the value of the NextToken property for this object.
 java.util.List<Stack> getStacks()
          A list of stack structures.
 int hashCode()
           
 void setNextToken(java.lang.String nextToken)
          Sets the value of the NextToken property for this object.
 void setStacks(java.util.Collection<Stack> stacks)
          A list of stack structures.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeStacksResult withNextToken(java.lang.String nextToken)
          Sets the value of the NextToken property for this object.
 DescribeStacksResult withStacks(java.util.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 java.util.List<Stack> getStacks()
A list of stack structures.

Returns:
A list of stack structures.

setStacks

public void setStacks(java.util.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(java.util.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 java.lang.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(java.lang.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(java.lang.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 java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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