@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeScheduledActionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeScheduledActionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeScheduledActionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token required to get the next set of results.
|
List<ScheduledAction> |
getScheduledActions()
Information about the scheduled actions.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token required to get the next set of results.
|
void |
setScheduledActions(Collection<ScheduledAction> scheduledActions)
Information about the scheduled actions.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeScheduledActionsResult |
withNextToken(String nextToken)
The token required to get the next set of results.
|
DescribeScheduledActionsResult |
withScheduledActions(Collection<ScheduledAction> scheduledActions)
Information about the scheduled actions.
|
DescribeScheduledActionsResult |
withScheduledActions(ScheduledAction... scheduledActions)
Information about the scheduled actions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ScheduledAction> getScheduledActions()
Information about the scheduled actions.
public void setScheduledActions(Collection<ScheduledAction> scheduledActions)
Information about the scheduled actions.
scheduledActions
- Information about the scheduled actions.public DescribeScheduledActionsResult withScheduledActions(ScheduledAction... scheduledActions)
Information about the scheduled actions.
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
- Information about the scheduled actions.public DescribeScheduledActionsResult withScheduledActions(Collection<ScheduledAction> scheduledActions)
Information about the scheduled actions.
scheduledActions
- Information about the scheduled actions.public void setNextToken(String nextToken)
The token required to get the next set of results. This value is null
if there are no more results
to return.
nextToken
- The token required to get the next set of results. This value is null
if there are no more
results to return.public String getNextToken()
The token required to get the next set of results. This value is null
if there are no more results
to return.
null
if there are no more
results to return.public DescribeScheduledActionsResult withNextToken(String nextToken)
The token required to get the next set of results. This value is null
if there are no more results
to return.
nextToken
- The token required to get the next set of results. This value is null
if there are no more
results to return.public String toString()
toString
in class Object
Object.toString()
public DescribeScheduledActionsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.