public class DescribeScheduledActionsResult
extends java.lang.Object
implements java.io.Serializable
A scaling action that is scheduled for a future time and date. An action can be scheduled up to thirty days in advance.
Starting with API version 2011-01-01, you can use
recurrence to specify that a scaling action occurs
regularly on a schedule.
| Constructor and Description |
|---|
DescribeScheduledActionsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
A string that marks the start of the next batch of returned results.
|
java.util.List<ScheduledUpdateGroupAction> |
getScheduledUpdateGroupActions()
A list of scheduled actions designed to update an Auto Scaling group.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
A string that marks the start of the next batch of returned results.
|
void |
setScheduledUpdateGroupActions(java.util.Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
A list of scheduled actions designed to update an Auto Scaling group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeScheduledActionsResult |
withNextToken(java.lang.String nextToken)
A string that marks the start of the next batch of returned results.
|
DescribeScheduledActionsResult |
withScheduledUpdateGroupActions(java.util.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.
|
public java.util.List<ScheduledUpdateGroupAction> getScheduledUpdateGroupActions()
public void setScheduledUpdateGroupActions(java.util.Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
scheduledUpdateGroupActions - A list of scheduled actions designed to update an Auto Scaling group.public DescribeScheduledActionsResult withScheduledUpdateGroupActions(ScheduledUpdateGroupAction... scheduledUpdateGroupActions)
Returns a reference to this object so that method calls can be chained together.
scheduledUpdateGroupActions - A list of scheduled actions designed to update an Auto Scaling group.public DescribeScheduledActionsResult withScheduledUpdateGroupActions(java.util.Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
Returns a reference to this object so that method calls can be chained together.
scheduledUpdateGroupActions - A list of scheduled actions designed to update an Auto Scaling group.public java.lang.String getNextToken()
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setNextToken(java.lang.String nextToken)
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
nextToken - A string that marks the start of the next batch of returned results.public DescribeScheduledActionsResult withNextToken(java.lang.String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
nextToken - A string that marks the start of the next batch of returned results.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object