|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.autoscaling.model.DescribeScheduledActionsRequest
public class DescribeScheduledActionsRequest
Container for the parameters to the 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.
AmazonAutoScaling.describeScheduledActions(DescribeScheduledActionsRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeScheduledActionsRequest()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAutoScalingGroupName()
The name of the Auto Scaling group. |
java.util.Date |
getEndTime()
The latest scheduled start time to return. |
java.lang.Integer |
getMaxRecords()
The maximum number of scheduled actions to return. |
java.lang.String |
getNextToken()
A string that marks the start of the next batch of returned results. |
java.util.List<java.lang.String> |
getScheduledActionNames()
A list of scheduled actions to be described. |
java.util.Date |
getStartTime()
The earliest scheduled start time to return. |
int |
hashCode()
|
void |
setAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name of the Auto Scaling group. |
void |
setEndTime(java.util.Date endTime)
The latest scheduled start time to return. |
void |
setMaxRecords(java.lang.Integer maxRecords)
The maximum number of scheduled actions to return. |
void |
setNextToken(java.lang.String nextToken)
A string that marks the start of the next batch of returned results. |
void |
setScheduledActionNames(java.util.Collection<java.lang.String> scheduledActionNames)
A list of scheduled actions to be described. |
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 Auto Scaling group. |
DescribeScheduledActionsRequest |
withEndTime(java.util.Date endTime)
The latest scheduled start time to return. |
DescribeScheduledActionsRequest |
withMaxRecords(java.lang.Integer maxRecords)
The maximum number of scheduled actions to return. |
DescribeScheduledActionsRequest |
withNextToken(java.lang.String nextToken)
A string that marks the start of the next batch of returned results. |
DescribeScheduledActionsRequest |
withScheduledActionNames(java.util.Collection<java.lang.String> scheduledActionNames)
A list of scheduled actions to be described. |
DescribeScheduledActionsRequest |
withScheduledActionNames(java.lang.String... scheduledActionNames)
A list of scheduled actions to be described. |
DescribeScheduledActionsRequest |
withStartTime(java.util.Date startTime)
The earliest scheduled start time to return. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeScheduledActionsRequest()
Method Detail |
---|
public java.lang.String getAutoScalingGroupName()
Constraints:
Length: 1 - 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setAutoScalingGroupName(java.lang.String autoScalingGroupName)
Constraints:
Length: 1 - 1600
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
autoScalingGroupName
- The name of the Auto Scaling group.public DescribeScheduledActionsRequest withAutoScalingGroupName(java.lang.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 Auto Scaling group.
public java.util.List<java.lang.String> getScheduledActionNames()
public void setScheduledActionNames(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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 java.util.Date getStartTime()
public void setStartTime(java.util.Date startTime)
startTime
- The earliest scheduled start time to return. If scheduled action names
are provided, this field will be ignored.public DescribeScheduledActionsRequest withStartTime(java.util.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 java.util.Date getEndTime()
public void setEndTime(java.util.Date endTime)
endTime
- The latest scheduled start time to return. If scheduled action names
are provided, this field is ignored.public DescribeScheduledActionsRequest withEndTime(java.util.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 java.lang.String getNextToken()
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setNextToken(java.lang.String nextToken)
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
nextToken
- A string that marks the start of the next batch of returned results.public DescribeScheduledActionsRequest withNextToken(java.lang.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
- A string that marks the start of the next batch of returned results.
public java.lang.Integer getMaxRecords()
public void setMaxRecords(java.lang.Integer maxRecords)
maxRecords
- The maximum number of scheduled actions to return.public DescribeScheduledActionsRequest withMaxRecords(java.lang.Integer maxRecords)
Returns a reference to this object so that method calls can be chained together.
maxRecords
- The maximum number of scheduled actions to return.
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
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |