com.amazonaws.services.cloudformation.model
Class ListStacksResult

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

public class ListStacksResult
extends Object

List Stacks Result


Constructor Summary
ListStacksResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getNextToken()
          Returns the value of the NextToken property for this object.
 List<StackSummary> getStackSummaries()
          Returns the value of the StackSummaries property for this object.
 int hashCode()
           
 void setNextToken(String nextToken)
          Sets the value of the NextToken property for this object.
 void setStackSummaries(Collection<StackSummary> stackSummaries)
          Sets the value of the StackSummaries property for this object.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ListStacksResult withNextToken(String nextToken)
          Sets the value of the NextToken property for this object.
 ListStacksResult withStackSummaries(Collection<StackSummary> stackSummaries)
          Sets the value of the StackSummaries property for this object.
 ListStacksResult withStackSummaries(StackSummary... stackSummaries)
          Sets the value of the StackSummaries property for this object.
 
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()
Returns the value of the StackSummaries property for this object.

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

setStackSummaries

public void setStackSummaries(Collection<StackSummary> stackSummaries)
Sets the value of the StackSummaries property for this object.

Parameters:
stackSummaries - The new value for the StackSummaries property for this object.

withStackSummaries

public ListStacksResult withStackSummaries(StackSummary... stackSummaries)
Sets the value of the StackSummaries property for this object.

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

Parameters:
stackSummaries - The new value for the StackSummaries property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

withStackSummaries

public ListStacksResult withStackSummaries(Collection<StackSummary> stackSummaries)
Sets the value of the StackSummaries property for this object.

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

Parameters:
stackSummaries - The new value for the StackSummaries property for this object.
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 ListStacksResult 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.