@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()
A string that indicates that the response contains more items than can be returned in a single response.
|
List<ScheduledUpdateGroupAction> |
getScheduledUpdateGroupActions()
The scheduled actions.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A string that indicates that the response contains more items than can be returned in a single response.
|
void |
setScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
The scheduled actions.
|
String |
toString()
Returns a string representation of this object.
|
DescribeScheduledActionsResult |
withNextToken(String nextToken)
A string that indicates that the response contains more items than can be returned in a single response.
|
DescribeScheduledActionsResult |
withScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
The scheduled actions.
|
DescribeScheduledActionsResult |
withScheduledUpdateGroupActions(ScheduledUpdateGroupAction... scheduledUpdateGroupActions)
The scheduled actions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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)
A string that indicates that the response contains more items than can be returned in a single response. To
receive additional items, specify this string for the NextToken
value when requesting the next set
of items. This value is null when there are no more items to return.
nextToken
- A string that indicates that the response contains more items than can be returned in a single response.
To receive additional items, specify this string for the NextToken
value when requesting the
next set of items. This value is null when there are no more items to return.public String getNextToken()
A string that indicates that the response contains more items than can be returned in a single response. To
receive additional items, specify this string for the NextToken
value when requesting the next set
of items. This value is null when there are no more items to return.
NextToken
value when requesting the
next set of items. This value is null when there are no more items to return.public DescribeScheduledActionsResult withNextToken(String nextToken)
A string that indicates that the response contains more items than can be returned in a single response. To
receive additional items, specify this string for the NextToken
value when requesting the next set
of items. This value is null when there are no more items to return.
nextToken
- A string that indicates that the response contains more items than can be returned in a single response.
To receive additional items, specify this string for the NextToken
value when requesting the
next set of items. This value is null when there are no more items to return.public String toString()
toString
in class Object
Object.toString()
public DescribeScheduledActionsResult clone()