public class DescribeScheduledActionsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
nextToken
The token to use when requesting the next set of items.
|
private SdkInternalList<ScheduledUpdateGroupAction> |
scheduledUpdateGroupActions
The scheduled actions.
|
Constructor and Description |
---|
DescribeScheduledActionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeScheduledActionsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
The token to use when requesting the next set of items.
|
java.util.List<ScheduledUpdateGroupAction> |
getScheduledUpdateGroupActions()
The scheduled actions.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
The token to use when requesting the next set of items.
|
void |
setScheduledUpdateGroupActions(java.util.Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
The scheduled actions.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeScheduledActionsResult |
withNextToken(java.lang.String nextToken)
The token to use when requesting the next set of items.
|
DescribeScheduledActionsResult |
withScheduledUpdateGroupActions(java.util.Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
The scheduled actions.
|
DescribeScheduledActionsResult |
withScheduledUpdateGroupActions(ScheduledUpdateGroupAction... scheduledUpdateGroupActions)
The scheduled actions.
|
private SdkInternalList<ScheduledUpdateGroupAction> scheduledUpdateGroupActions
The scheduled actions.
private java.lang.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.
public java.util.List<ScheduledUpdateGroupAction> getScheduledUpdateGroupActions()
The scheduled actions.
public void setScheduledUpdateGroupActions(java.util.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(java.util.Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
The scheduled actions.
scheduledUpdateGroupActions
- The scheduled actions.public void setNextToken(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeScheduledActionsResult clone()
clone
in class java.lang.Object