public class DescribeScheduledActionsResult extends Object implements Serializable
| Constructor and Description |
|---|
DescribeScheduledActionsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use when requesting the next set of items.
|
List<ScheduledUpdateGroupAction> |
getScheduledUpdateGroupActions()
The scheduled actions.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
void |
setScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
The scheduled actions.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeScheduledActionsResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeScheduledActionsResult |
withScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
The scheduled actions.
|
DescribeScheduledActionsResult |
withScheduledUpdateGroupActions(ScheduledUpdateGroupAction... scheduledUpdateGroupActions)
The scheduled actions.
|
public List<ScheduledUpdateGroupAction> getScheduledUpdateGroupActions()
public void setScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
scheduledUpdateGroupActions - The scheduled actions.public DescribeScheduledActionsResult withScheduledUpdateGroupActions(ScheduledUpdateGroupAction... scheduledUpdateGroupActions)
Returns a reference to this object so that method calls can be chained together.
scheduledUpdateGroupActions - The scheduled actions.public DescribeScheduledActionsResult withScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
Returns a reference to this object so that method calls can be chained together.
scheduledUpdateGroupActions - The scheduled actions.public String getNextToken()
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setNextToken(String nextToken)
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
nextToken - The token to use when requesting the next set of items. If there are
no additional items to return, the string is empty.public DescribeScheduledActionsResult withNextToken(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 - The token to use when requesting the next set of items. If there are
no additional items to return, the string is empty.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.