|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.autoscaling.model.DescribeScheduledActionsResult
public class DescribeScheduledActionsResult
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 |
---|
public DescribeScheduledActionsResult()
Method Detail |
---|
public List<ScheduledUpdateGroupAction> getScheduledUpdateGroupActions()
public void setScheduledUpdateGroupActions(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(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 String getNextToken()
Constraints:
Pattern: [ -??-??-?\r\n\t]*
public void setNextToken(String nextToken)
Constraints:
Pattern: [ -??-??-?\r\n\t]*
nextToken
- A string that marks the start of the next batch of returned results.public DescribeScheduledActionsResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [ -??-??-?\r\n\t]*
nextToken
- A string that marks the start of the next batch of returned results.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |