public class DescribeScheduledActionsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
autoScalingGroupName
The name of the group.
|
private java.util.Date |
endTime
The latest scheduled start time to return.
|
private java.lang.Integer |
maxRecords
The maximum number of items to return with this call.
|
private java.lang.String |
nextToken
The token for the next set of items to return.
|
private SdkInternalList<java.lang.String> |
scheduledActionNames
Describes one or more scheduled actions.
|
private java.util.Date |
startTime
The earliest scheduled start time to return.
|
NOOP
Constructor and Description |
---|
DescribeScheduledActionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeScheduledActionsRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String autoScalingGroupName
The name of the group.
private SdkInternalList<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.
private java.util.Date startTime
The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
private java.util.Date endTime
The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored.
private java.lang.String nextToken
The token for the next set of items to return. (You received this token from a previous call.)
private java.lang.Integer maxRecords
The maximum number of items to return with this call.
public void setAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name of the group.
autoScalingGroupName
- The name of the group.public java.lang.String getAutoScalingGroupName()
The name of the group.
public DescribeScheduledActionsRequest withAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name of the group.
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.
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.
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 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.
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 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 java.util.Date getStartTime()
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.
startTime
- The earliest 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 java.util.Date getEndTime()
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.
endTime
- The latest scheduled start time to return. If scheduled action
names are provided, this parameter is ignored.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.)
nextToken
- The token for the next set of items to return. (You received this
token from a previous call.)public java.lang.String getNextToken()
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.)
nextToken
- The token for the next set of items to return. (You received this
token from a previous 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 java.lang.Integer getMaxRecords()
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.
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 boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeScheduledActionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()