com.amazonaws.services.autoscaling.model
Class DescribeScheduledActionsResult

java.lang.Object
  extended by com.amazonaws.services.autoscaling.model.DescribeScheduledActionsResult

public class DescribeScheduledActionsResult
extends Object

A scaling action that is scheduled for a future time and date. An action can be scheduled up to thirty days in advance.


Constructor Summary
DescribeScheduledActionsResult()
           
 
Method Summary
 String getNextToken()
          A string that marks the start of the next batch of returned results.
 List<ScheduledUpdateGroupAction> getScheduledUpdateGroupActions()
          A list of scheduled actions designed to update an Auto Scaling group.
 void setNextToken(String nextToken)
          A string that marks the start of the next batch of returned results.
 void setScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
          A list of scheduled actions designed to update an Auto Scaling group.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeScheduledActionsResult withNextToken(String nextToken)
          A string that marks the start of the next batch of returned results.
 DescribeScheduledActionsResult withScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
          A list of scheduled actions designed to update an Auto Scaling group.
 DescribeScheduledActionsResult withScheduledUpdateGroupActions(ScheduledUpdateGroupAction... scheduledUpdateGroupActions)
          A list of scheduled actions designed to update an Auto Scaling group.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeScheduledActionsResult

public DescribeScheduledActionsResult()
Method Detail

getScheduledUpdateGroupActions

public List<ScheduledUpdateGroupAction> getScheduledUpdateGroupActions()
A list of scheduled actions designed to update an Auto Scaling group.

Returns:
A list of scheduled actions designed to update an Auto Scaling group.

setScheduledUpdateGroupActions

public void setScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
A list of scheduled actions designed to update an Auto Scaling group.

Parameters:
scheduledUpdateGroupActions - A list of scheduled actions designed to update an Auto Scaling group.

withScheduledUpdateGroupActions

public DescribeScheduledActionsResult withScheduledUpdateGroupActions(ScheduledUpdateGroupAction... scheduledUpdateGroupActions)
A list of scheduled actions designed to update an Auto Scaling group.

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

Parameters:
scheduledUpdateGroupActions - A list of scheduled actions designed to update an Auto Scaling group.
Returns:
A reference to this updated object so that method calls can be chained together.

withScheduledUpdateGroupActions

public DescribeScheduledActionsResult withScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
A list of scheduled actions designed to update an Auto Scaling group.

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

Parameters:
scheduledUpdateGroupActions - A list of scheduled actions designed to update an Auto Scaling group.
Returns:
A reference to this updated object so that method calls can be chained together.

getNextToken

public String getNextToken()
A string that marks the start of the next batch of returned results.

Constraints:
Pattern: [ -??-??-?\r\n\t]*

Returns:
A string that marks the start of the next batch of returned results.

setNextToken

public void setNextToken(String nextToken)
A string that marks the start of the next batch of returned results.

Constraints:
Pattern: [ -??-??-?\r\n\t]*

Parameters:
nextToken - A string that marks the start of the next batch of returned results.

withNextToken

public DescribeScheduledActionsResult withNextToken(String nextToken)
A string that marks the start of the next batch of returned results.

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

Constraints:
Pattern: [ -??-??-?\r\n\t]*

Parameters:
nextToken - A string that marks the start of the next batch of returned results.
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()


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.