com.amazonaws.services.cloudformation.model
Class ListStackResourcesResult

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

public class ListStackResourcesResult
extends Object

The output for a ListStackResources action.


Constructor Summary
ListStackResourcesResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getNextToken()
          String that identifies the start of the next list of events, if there is one.
 List<StackResourceSummary> getStackResourceSummaries()
          A list of StackResourceSummary structures.
 int hashCode()
           
 void setNextToken(String nextToken)
          String that identifies the start of the next list of events, if there is one.
 void setStackResourceSummaries(Collection<StackResourceSummary> stackResourceSummaries)
          A list of StackResourceSummary structures.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ListStackResourcesResult withNextToken(String nextToken)
          String that identifies the start of the next list of events, if there is one.
 ListStackResourcesResult withStackResourceSummaries(Collection<StackResourceSummary> stackResourceSummaries)
          A list of StackResourceSummary structures.
 ListStackResourcesResult withStackResourceSummaries(StackResourceSummary... stackResourceSummaries)
          A list of StackResourceSummary structures.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListStackResourcesResult

public ListStackResourcesResult()
Method Detail

getStackResourceSummaries

public List<StackResourceSummary> getStackResourceSummaries()
A list of StackResourceSummary structures.

Returns:
A list of StackResourceSummary structures.

setStackResourceSummaries

public void setStackResourceSummaries(Collection<StackResourceSummary> stackResourceSummaries)
A list of StackResourceSummary structures.

Parameters:
stackResourceSummaries - A list of StackResourceSummary structures.

withStackResourceSummaries

public ListStackResourcesResult withStackResourceSummaries(StackResourceSummary... stackResourceSummaries)
A list of StackResourceSummary structures.

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

Parameters:
stackResourceSummaries - A list of StackResourceSummary structures.
Returns:
A reference to this updated object so that method calls can be chained together.

withStackResourceSummaries

public ListStackResourcesResult withStackResourceSummaries(Collection<StackResourceSummary> stackResourceSummaries)
A list of StackResourceSummary structures.

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

Parameters:
stackResourceSummaries - A list of StackResourceSummary 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 events, if there is one.

Constraints:
Length: 1 - 1024

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

setNextToken

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

Constraints:
Length: 1 - 1024

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

withNextToken

public ListStackResourcesResult withNextToken(String nextToken)
String that identifies the start of the next list of events, 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 events, 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.