public class DescribeScheduledActionsRequest extends AmazonWebServiceRequest implements Serializable
DescribeScheduledActions operation
.
Lists all the actions scheduled for your Auto Scaling group that haven't been executed. To see a list of actions already executed, see the activity record returned in DescribeScalingActivities.
Constructor and Description |
---|
DescribeScheduledActionsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAutoScalingGroupName()
The name of the Auto Scaling group.
|
Date |
getEndTime()
The latest scheduled start time to return.
|
Integer |
getMaxRecords()
The maximum number of scheduled actions to return.
|
String |
getNextToken()
A string that marks the start of the next batch of returned results.
|
List<String> |
getScheduledActionNames()
A list of scheduled actions to be described.
|
Date |
getStartTime()
The earliest scheduled start time to return.
|
int |
hashCode() |
void |
setAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
void |
setEndTime(Date endTime)
The latest scheduled start time to return.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of scheduled actions to return.
|
void |
setNextToken(String nextToken)
A string that marks the start of the next batch of returned results.
|
void |
setScheduledActionNames(Collection<String> scheduledActionNames)
A list of scheduled actions to be described.
|
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 Auto Scaling group.
|
DescribeScheduledActionsRequest |
withEndTime(Date endTime)
The latest scheduled start time to return.
|
DescribeScheduledActionsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of scheduled actions to return.
|
DescribeScheduledActionsRequest |
withNextToken(String nextToken)
A string that marks the start of the next batch of returned results.
|
DescribeScheduledActionsRequest |
withScheduledActionNames(Collection<String> scheduledActionNames)
A list of scheduled actions to be described.
|
DescribeScheduledActionsRequest |
withScheduledActionNames(String... scheduledActionNames)
A list of scheduled actions to be described.
|
DescribeScheduledActionsRequest |
withStartTime(Date startTime)
The earliest scheduled start time to return.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public String getAutoScalingGroupName()
Constraints:
Length: 1 - 1600
Pattern: [ --�𐀀-\r\n\t]*
public void setAutoScalingGroupName(String autoScalingGroupName)
Constraints:
Length: 1 - 1600
Pattern: [ --�𐀀-\r\n\t]*
autoScalingGroupName
- The name of the Auto Scaling 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: [ --�𐀀-\r\n\t]*
autoScalingGroupName
- The name of the Auto Scaling group.public List<String> getScheduledActionNames()
public void setScheduledActionNames(Collection<String> scheduledActionNames)
scheduledActionNames
- A list of scheduled actions to be described. If this list is omitted,
all scheduled actions are described. The list of requested scheduled
actions cannot contain more than 50 items. If an auto scaling group
name is provided, the results are limited to that group. If unknown
scheduled actions are requested, they are ignored with no error.public DescribeScheduledActionsRequest withScheduledActionNames(String... scheduledActionNames)
Returns a reference to this object so that method calls can be chained together.
scheduledActionNames
- A list of scheduled actions to be described. If this list is omitted,
all scheduled actions are described. The list of requested scheduled
actions cannot contain more than 50 items. If an auto scaling group
name is provided, the results are limited to that group. If unknown
scheduled actions are requested, they are ignored with no error.public DescribeScheduledActionsRequest withScheduledActionNames(Collection<String> scheduledActionNames)
Returns a reference to this object so that method calls can be chained together.
scheduledActionNames
- A list of scheduled actions to be described. If this list is omitted,
all scheduled actions are described. The list of requested scheduled
actions cannot contain more than 50 items. If an auto scaling group
name is provided, the results are limited to that group. If unknown
scheduled actions are requested, they are ignored with no error.public Date getStartTime()
public void setStartTime(Date startTime)
startTime
- The earliest scheduled start time to return. If scheduled action names
are provided, this field will be 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 field will be ignored.public Date getEndTime()
public void setEndTime(Date endTime)
endTime
- The latest scheduled start time to return. If scheduled action names
are provided, this field 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 field is ignored.public String getNextToken()
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
public void setNextToken(String nextToken)
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
nextToken
- A string that marks the start of the next batch of returned results.public DescribeScheduledActionsRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
nextToken
- A string that marks the start of the next batch of returned results.public Integer getMaxRecords()
Constraints:
Range: 1 - 50
public void setMaxRecords(Integer maxRecords)
Constraints:
Range: 1 - 50
maxRecords
- The maximum number of scheduled actions to return.public DescribeScheduledActionsRequest withMaxRecords(Integer maxRecords)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 50
maxRecords
- The maximum number of scheduled actions to return.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.