Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudformation.model
Class DescribeStackEventsResult

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

public class DescribeStackEventsResult
extends Object
implements Serializable

The output for a DescribeStackEvents action.

See Also:
Serialized Form

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

Constructor Detail

DescribeStackEventsResult

public DescribeStackEventsResult()
Method Detail

getStackEvents

public List<StackEvent> getStackEvents()
A list of StackEvents structures.

Returns:
A list of StackEvents structures.

setStackEvents

public void setStackEvents(Collection<StackEvent> stackEvents)
A list of StackEvents structures.

Parameters:
stackEvents - A list of StackEvents structures.

withStackEvents

public DescribeStackEventsResult withStackEvents(StackEvent... stackEvents)
A list of StackEvents structures.

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

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

withStackEvents

public DescribeStackEventsResult withStackEvents(Collection<StackEvent> stackEvents)
A list of StackEvents structures.

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

Parameters:
stackEvents - A list of StackEvents 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 DescribeStackEventsResult 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.