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()
          String that identifies the start of the next list of stacks, if there is one.
 List<Stack> getStacks()
          A list of stack structures.
 int hashCode()
           
 void setNextToken(String nextToken)
          String that identifies the start of the next list of stacks, if there is one.
 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)
          String that identifies the start of the next list of stacks, if there is one.
 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
clone, finalize, 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()
String that identifies the start of the next list of stacks, if there is one.

Constraints:
Length: 1 - 1024

Returns:
String that identifies the start of the next list of stacks, if there is one.

setNextToken

public void setNextToken(String nextToken)
String that identifies the start of the next list of stacks, if there is one.

Constraints:
Length: 1 - 1024

Parameters:
nextToken - String that identifies the start of the next list of stacks, if there is one.

withNextToken

public DescribeStacksResult withNextToken(String nextToken)
String that identifies the start of the next list of stacks, if there is one.

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

Constraints:
Length: 1 - 1024

Parameters:
nextToken - String that identifies the start of the next list of stacks, if there is one.
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 © 2016. All rights reserved.