Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudformation.model
Class ListStackResourcesResult

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

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

The output for a ListStackResources action.

See Also:
Serialized Form

Constructor Summary
ListStackResourcesResult()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getNextToken()
          String that identifies the start of the next list of events, if there is one.
 java.util.List<StackResourceSummary> getStackResourceSummaries()
          A list of StackResourceSummary structures.
 int hashCode()
           
 void setNextToken(java.lang.String nextToken)
          String that identifies the start of the next list of events, if there is one.
 void setStackResourceSummaries(java.util.Collection<StackResourceSummary> stackResourceSummaries)
          A list of StackResourceSummary structures.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ListStackResourcesResult withNextToken(java.lang.String nextToken)
          String that identifies the start of the next list of events, if there is one.
 ListStackResourcesResult withStackResourceSummaries(java.util.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 java.util.List<StackResourceSummary> getStackResourceSummaries()
A list of StackResourceSummary structures.

Returns:
A list of StackResourceSummary structures.

setStackResourceSummaries

public void setStackResourceSummaries(java.util.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(java.util.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 java.lang.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(java.lang.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(java.lang.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 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.