public class DescribeScheduledActionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeScheduledActions operation.
Describes the actions scheduled for your Auto Scaling group that haven't run. To describe the actions that have already run, use DescribeScalingActivities.
NOOP| Constructor and Description |
|---|
DescribeScheduledActionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeScheduledActionsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAutoScalingGroupName()
The name of the group.
|
Date |
getEndTime()
The latest scheduled start time to return.
|
Integer |
getMaxRecords()
The maximum number of items to return with this call.
|
String |
getNextToken()
The token for the next set of items to return.
|
List<String> |
getScheduledActionNames()
Describes one or more scheduled actions.
|
Date |
getStartTime()
The earliest scheduled start time to return.
|
int |
hashCode() |
void |
setAutoScalingGroupName(String autoScalingGroupName)
The name of the group.
|
void |
setEndTime(Date endTime)
The latest scheduled start time to return.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of items to return with this call.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
void |
setScheduledActionNames(Collection<String> scheduledActionNames)
Describes one or more scheduled actions.
|
void |
setStartTime(Date startTime)
The earliest scheduled start time to return.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeScheduledActionsRequest |
withAutoScalingGroupName(String autoScalingGroupName)
The name of the group.
|
DescribeScheduledActionsRequest |
withEndTime(Date endTime)
The latest scheduled start time to return.
|
DescribeScheduledActionsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of items to return with this call.
|
DescribeScheduledActionsRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
DescribeScheduledActionsRequest |
withScheduledActionNames(Collection<String> scheduledActionNames)
Describes one or more scheduled actions.
|
DescribeScheduledActionsRequest |
withScheduledActionNames(String... scheduledActionNames)
Describes one or more scheduled actions.
|
DescribeScheduledActionsRequest |
withStartTime(Date startTime)
The earliest scheduled start time to return.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getAutoScalingGroupName()
Constraints:
Length: 1 - 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setAutoScalingGroupName(String autoScalingGroupName)
Constraints:
Length: 1 - 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
autoScalingGroupName - The name of the group.public DescribeScheduledActionsRequest withAutoScalingGroupName(String autoScalingGroupName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
autoScalingGroupName - The name of the group.public List<String> getScheduledActionNames()
You can describe up
to a maximum of 50 instances with a single call. If there are more
items to return, the call returns a token. To get the next set of
items, repeat the call with the returned token in the
NextToken parameter.
You can describe up
to a maximum of 50 instances with a single call. If there are more
items to return, the call returns a token. To get the next set of
items, repeat the call with the returned token in the
NextToken parameter.
public void setScheduledActionNames(Collection<String> scheduledActionNames)
You can describe up
to a maximum of 50 instances with a single call. If there are more
items to return, the call returns a token. To get the next set of
items, repeat the call with the returned token in the
NextToken parameter.
scheduledActionNames - Describes one or more scheduled actions. If you omit this list, the
call describes all scheduled actions. If you specify an unknown
scheduled action it is ignored with no error. You can describe up
to a maximum of 50 instances with a single call. If there are more
items to return, the call returns a token. To get the next set of
items, repeat the call with the returned token in the
NextToken parameter.
public DescribeScheduledActionsRequest withScheduledActionNames(String... scheduledActionNames)
You can describe up
to a maximum of 50 instances with a single call. If there are more
items to return, the call returns a token. To get the next set of
items, repeat the call with the returned token in the
NextToken parameter.
NOTE: This method appends the values to the existing list (if
any). Use setScheduledActionNames(java.util.Collection) or
withScheduledActionNames(java.util.Collection) if you want to
override the existing values.
Returns a reference to this object so that method calls can be chained together.
scheduledActionNames - Describes one or more scheduled actions. If you omit this list, the
call describes all scheduled actions. If you specify an unknown
scheduled action it is ignored with no error. You can describe up
to a maximum of 50 instances with a single call. If there are more
items to return, the call returns a token. To get the next set of
items, repeat the call with the returned token in the
NextToken parameter.
public DescribeScheduledActionsRequest withScheduledActionNames(Collection<String> scheduledActionNames)
You can describe up
to a maximum of 50 instances with a single call. If there are more
items to return, the call returns a token. To get the next set of
items, repeat the call with the returned token in the
NextToken parameter.
Returns a reference to this object so that method calls can be chained together.
scheduledActionNames - Describes one or more scheduled actions. If you omit this list, the
call describes all scheduled actions. If you specify an unknown
scheduled action it is ignored with no error. You can describe up
to a maximum of 50 instances with a single call. If there are more
items to return, the call returns a token. To get the next set of
items, repeat the call with the returned token in the
NextToken parameter.
public Date getStartTime()
public void setStartTime(Date startTime)
startTime - The earliest scheduled start time to return. If scheduled action names
are provided, this parameter is ignored.public DescribeScheduledActionsRequest withStartTime(Date startTime)
Returns a reference to this object so that method calls can be chained together.
startTime - The earliest scheduled start time to return. If scheduled action names
are provided, this parameter is ignored.public Date getEndTime()
public void setEndTime(Date endTime)
endTime - The latest scheduled start time to return. If scheduled action names
are provided, this parameter is ignored.public DescribeScheduledActionsRequest withEndTime(Date endTime)
Returns a reference to this object so that method calls can be chained together.
endTime - The latest scheduled start time to return. If scheduled action names
are provided, this parameter is ignored.public String getNextToken()
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setNextToken(String nextToken)
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
nextToken - The token for the next set of items to return. (You received this
token from a previous call.)public DescribeScheduledActionsRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
nextToken - The token for the next set of items to return. (You received this
token from a previous call.)public Integer getMaxRecords()
public void setMaxRecords(Integer maxRecords)
maxRecords - The maximum number of items to return with this call.public DescribeScheduledActionsRequest withMaxRecords(Integer maxRecords)
Returns a reference to this object so that method calls can be chained together.
maxRecords - The maximum number of items to return with this call.public String toString()
toString in class ObjectObject.toString()public DescribeScheduledActionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.