@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListScheduledActionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListScheduledActionsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListScheduledActionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
When
nextToken is returned, there are more results available. |
List<ScheduledAction> |
getScheduledActions()
A list of actions that are scheduled for the domain.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
void |
setScheduledActions(Collection<ScheduledAction> scheduledActions)
A list of actions that are scheduled for the domain.
|
String |
toString()
Returns a string representation of this object.
|
ListScheduledActionsResult |
withNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
ListScheduledActionsResult |
withScheduledActions(Collection<ScheduledAction> scheduledActions)
A list of actions that are scheduled for the domain.
|
ListScheduledActionsResult |
withScheduledActions(ScheduledAction... scheduledActions)
A list of actions that are scheduled for the domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ScheduledAction> getScheduledActions()
A list of actions that are scheduled for the domain.
public void setScheduledActions(Collection<ScheduledAction> scheduledActions)
A list of actions that are scheduled for the domain.
scheduledActions - A list of actions that are scheduled for the domain.public ListScheduledActionsResult withScheduledActions(ScheduledAction... scheduledActions)
A list of actions that are scheduled for the domain.
NOTE: This method appends the values to the existing list (if any). Use
setScheduledActions(java.util.Collection) or withScheduledActions(java.util.Collection) if you
want to override the existing values.
scheduledActions - A list of actions that are scheduled for the domain.public ListScheduledActionsResult withScheduledActions(Collection<ScheduledAction> scheduledActions)
A list of actions that are scheduled for the domain.
scheduledActions - A list of actions that are scheduled for the domain.public void setNextToken(String nextToken)
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Send the request again using the returned token to retrieve the next
page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Send the request again using the
returned token to retrieve the next page.public String getNextToken()
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Send the request again using the returned token to retrieve the next
page.
nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Send the request again using the
returned token to retrieve the next page.public ListScheduledActionsResult withNextToken(String nextToken)
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Send the request again using the returned token to retrieve the next
page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Send the request again using the
returned token to retrieve the next page.public String toString()
toString in class ObjectObject.toString()public ListScheduledActionsResult clone()