Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudformation.model
Class ListStacksResult

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

public class ListStacksResult
extends Object
implements Serializable

The output for ListStacks action.

See Also:
Serialized Form

Constructor Summary
ListStacksResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getNextToken()
          String that identifies the start of the next list of stacks, if there is one.
 List<StackSummary> getStackSummaries()
          A list of StackSummary structures containing information about the specified stacks.
 int hashCode()
           
 void setNextToken(String nextToken)
          String that identifies the start of the next list of stacks, if there is one.
 void setStackSummaries(Collection<StackSummary> stackSummaries)
          A list of StackSummary structures containing information about the specified stacks.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ListStacksResult withNextToken(String nextToken)
          String that identifies the start of the next list of stacks, if there is one.
 ListStacksResult withStackSummaries(Collection<StackSummary> stackSummaries)
          A list of StackSummary structures containing information about the specified stacks.
 ListStacksResult withStackSummaries(StackSummary... stackSummaries)
          A list of StackSummary structures containing information about the specified stacks.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListStacksResult

public ListStacksResult()
Method Detail

getStackSummaries

public List<StackSummary> getStackSummaries()
A list of StackSummary structures containing information about the specified stacks.

Returns:
A list of StackSummary structures containing information about the specified stacks.

setStackSummaries

public void setStackSummaries(Collection<StackSummary> stackSummaries)
A list of StackSummary structures containing information about the specified stacks.

Parameters:
stackSummaries - A list of StackSummary structures containing information about the specified stacks.

withStackSummaries

public ListStacksResult withStackSummaries(StackSummary... stackSummaries)
A list of StackSummary structures containing information about the specified stacks.

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

Parameters:
stackSummaries - A list of StackSummary structures containing information about the specified stacks.
Returns:
A reference to this updated object so that method calls can be chained together.

withStackSummaries

public ListStacksResult withStackSummaries(Collection<StackSummary> stackSummaries)
A list of StackSummary structures containing information about the specified stacks.

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

Parameters:
stackSummaries - A list of StackSummary structures containing information about the specified stacks.
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 ListStacksResult 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 © 2010 Amazon Web Services, Inc. All Rights Reserved.