public class DescribeScheduledActionsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Describes the actions scheduled for your Auto Scaling group that haven't run. To describe the actions that have already run, use DescribeScalingActivities.
Constructor and Description |
---|
DescribeScheduledActionsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAutoScalingGroupName()
The name of the group.
|
java.util.Date |
getEndTime()
The latest scheduled start time to return.
|
java.lang.Integer |
getMaxRecords()
The maximum number of items to return with this call.
|
java.lang.String |
getNextToken()
The token for the next set of items to return.
|
java.util.List<java.lang.String> |
getScheduledActionNames()
Describes one or more scheduled actions.
|
java.util.Date |
getStartTime()
The earliest scheduled start time to return.
|
int |
hashCode() |
void |
setAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name of the group.
|
void |
setEndTime(java.util.Date endTime)
The latest scheduled start time to return.
|
void |
setMaxRecords(java.lang.Integer maxRecords)
The maximum number of items to return with this call.
|
void |
setNextToken(java.lang.String nextToken)
The token for the next set of items to return.
|
void |
setScheduledActionNames(java.util.Collection<java.lang.String> scheduledActionNames)
Describes one or more scheduled actions.
|
void |
setStartTime(java.util.Date startTime)
The earliest scheduled start time to return.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeScheduledActionsRequest |
withAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name of the group.
|
DescribeScheduledActionsRequest |
withEndTime(java.util.Date endTime)
The latest scheduled start time to return.
|
DescribeScheduledActionsRequest |
withMaxRecords(java.lang.Integer maxRecords)
The maximum number of items to return with this call.
|
DescribeScheduledActionsRequest |
withNextToken(java.lang.String nextToken)
The token for the next set of items to return.
|
DescribeScheduledActionsRequest |
withScheduledActionNames(java.util.Collection<java.lang.String> scheduledActionNames)
Describes one or more scheduled actions.
|
DescribeScheduledActionsRequest |
withScheduledActionNames(java.lang.String... scheduledActionNames)
Describes one or more scheduled actions.
|
DescribeScheduledActionsRequest |
withStartTime(java.util.Date startTime)
The earliest scheduled start time to return.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getAutoScalingGroupName()
The name of the group.
Constraints:
Length: 1 - 1600
Pattern: [ --�𐀀-\r\n\t]*
The name of the group.
public void setAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name of the group.
Constraints:
Length: 1 - 1600
Pattern: [ --�𐀀-\r\n\t]*
autoScalingGroupName
- The name of the group.
public DescribeScheduledActionsRequest withAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name of the group.
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 group.
public java.util.List<java.lang.String> getScheduledActionNames()
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.
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.
public void setScheduledActionNames(java.util.Collection<java.lang.String> 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.
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.
public DescribeScheduledActionsRequest withScheduledActionNames(java.lang.String... 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.
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.
public DescribeScheduledActionsRequest withScheduledActionNames(java.util.Collection<java.lang.String> 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.
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.
public java.util.Date getStartTime()
The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
public void setStartTime(java.util.Date startTime)
The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
startTime
- The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
public DescribeScheduledActionsRequest withStartTime(java.util.Date startTime)
The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
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 java.util.Date getEndTime()
The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
public void setEndTime(java.util.Date endTime)
The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
endTime
- The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
public DescribeScheduledActionsRequest withEndTime(java.util.Date endTime)
The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
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 java.lang.String getNextToken()
The token for the next set of items to return. (You received this token from a previous call.)
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
The token for the next set of items to return. (You received this token from a previous call.)
public void setNextToken(java.lang.String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
Constraints:
Pattern: [ --�𐀀-\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(java.lang.String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)
public java.lang.Integer getMaxRecords()
The maximum number of items to return with this call.
The maximum number of items to return with this call.
public void setMaxRecords(java.lang.Integer maxRecords)
The maximum number of items to return with this call.
maxRecords
- The maximum number of items to return with this call.
public DescribeScheduledActionsRequest withMaxRecords(java.lang.Integer maxRecords)
The maximum number of items to return with this call.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.