@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()
If nextToken is returned, there are more results available.
|
List<ScheduledActionAssociation> |
getScheduledActions()
All of the returned scheduled action association objects.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If nextToken is returned, there are more results available.
|
void |
setScheduledActions(Collection<ScheduledActionAssociation> scheduledActions)
All of the returned scheduled action association objects.
|
String |
toString()
Returns a string representation of this object.
|
ListScheduledActionsResult |
withNextToken(String nextToken)
If nextToken is returned, there are more results available.
|
ListScheduledActionsResult |
withScheduledActions(Collection<ScheduledActionAssociation> scheduledActions)
All of the returned scheduled action association objects.
|
ListScheduledActionsResult |
withScheduledActions(ScheduledActionAssociation... scheduledActions)
All of the returned scheduled action association objects.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken - If nextToken is returned, there are more results available. The value of nextToken is a unique pagination
token for each page. Make the call again using the returned token to retrieve the next page.public String getNextToken()
If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
public ListScheduledActionsResult withNextToken(String nextToken)
If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken - If nextToken is returned, there are more results available. The value of nextToken is a unique pagination
token for each page. Make the call again using the returned token to retrieve the next page.public List<ScheduledActionAssociation> getScheduledActions()
All of the returned scheduled action association objects.
public void setScheduledActions(Collection<ScheduledActionAssociation> scheduledActions)
All of the returned scheduled action association objects.
scheduledActions - All of the returned scheduled action association objects.public ListScheduledActionsResult withScheduledActions(ScheduledActionAssociation... scheduledActions)
All of the returned scheduled action association objects.
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 - All of the returned scheduled action association objects.public ListScheduledActionsResult withScheduledActions(Collection<ScheduledActionAssociation> scheduledActions)
All of the returned scheduled action association objects.
scheduledActions - All of the returned scheduled action association objects.public String toString()
toString in class ObjectObject.toString()public ListScheduledActionsResult clone()