public class DescribeScheduledActionsResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DescribeScheduledActionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeScheduledActionsResult |
clone() |
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()
The scheduled actions.
public void setScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
The scheduled actions.
scheduledUpdateGroupActions
- The scheduled actions.public DescribeScheduledActionsResult withScheduledUpdateGroupActions(ScheduledUpdateGroupAction... scheduledUpdateGroupActions)
The scheduled actions.
NOTE: This method appends the values to the existing list (if
any). Use setScheduledUpdateGroupActions(java.util.Collection)
or withScheduledUpdateGroupActions(java.util.Collection)
if you
want to override the existing values.
scheduledUpdateGroupActions
- The scheduled actions.public DescribeScheduledActionsResult withScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
The scheduled actions.
scheduledUpdateGroupActions
- The scheduled actions.public void setNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
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 getNextToken()
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)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
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 Object
Object.toString()
public DescribeScheduledActionsResult clone()
Copyright © 2018. All rights reserved.