@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeScheduledActionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeScheduledActionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeScheduledActionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAutoScalingGroupName(String autoScalingGroupName)
The name of the group.
autoScalingGroupName
- The name of the group.public String getAutoScalingGroupName()
The name of the group.
public DescribeScheduledActionsRequest withAutoScalingGroupName(String autoScalingGroupName)
The name of the group.
autoScalingGroupName
- The name of the group.public List<String> getScheduledActionNames()
Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are described. 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.
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(Collection<String> scheduledActionNames)
Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are described. 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 parameter, all scheduled actions are described.
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(String... scheduledActionNames)
Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are described. 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.
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.
scheduledActionNames
- Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are described.
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(Collection<String> scheduledActionNames)
Describes one or more scheduled actions. If you omit this parameter, all scheduled actions are described. 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 parameter, all scheduled actions are described.
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 setStartTime(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 Date getStartTime()
The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
public DescribeScheduledActionsRequest withStartTime(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 void setEndTime(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 Date getEndTime()
The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
public DescribeScheduledActionsRequest withEndTime(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 void setNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public String getNextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public DescribeScheduledActionsRequest withNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public void setMaxRecords(Integer maxRecords)
The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.
maxRecords
- The maximum number of items to return with this call. The default value is 50 and the maximum value is
100.public Integer getMaxRecords()
The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.
public DescribeScheduledActionsRequest withMaxRecords(Integer maxRecords)
The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.
maxRecords
- The maximum number of items to return with this call. The default value is 50 and the maximum value is
100.public String toString()
toString
in class Object
Object.toString()
public DescribeScheduledActionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.