@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 Auto Scaling 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()
The names of one or more scheduled actions.
|
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 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)
The names of 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.
|
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 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)
The names of one or more scheduled actions.
|
DescribeScheduledActionsRequest |
withScheduledActionNames(String... scheduledActionNames)
The names of 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 Auto Scaling group.
autoScalingGroupName
- The name of the Auto Scaling group.public String getAutoScalingGroupName()
The name of the Auto Scaling group.
public DescribeScheduledActionsRequest withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName
- The name of the Auto Scaling group.public List<String> getScheduledActionNames()
The names of one or more scheduled actions. If you omit this property, all scheduled actions are described. If you specify an unknown scheduled action, it is ignored with no error.
Array Members: Maximum number of 50 actions.
Array Members: Maximum number of 50 actions.
public void setScheduledActionNames(Collection<String> scheduledActionNames)
The names of one or more scheduled actions. If you omit this property, all scheduled actions are described. If you specify an unknown scheduled action, it is ignored with no error.
Array Members: Maximum number of 50 actions.
scheduledActionNames
- The names of one or more scheduled actions. If you omit this property, all scheduled actions are
described. If you specify an unknown scheduled action, it is ignored with no error.
Array Members: Maximum number of 50 actions.
public DescribeScheduledActionsRequest withScheduledActionNames(String... scheduledActionNames)
The names of one or more scheduled actions. If you omit this property, all scheduled actions are described. If you specify an unknown scheduled action, it is ignored with no error.
Array Members: Maximum number of 50 actions.
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
- The names of one or more scheduled actions. If you omit this property, all scheduled actions are
described. If you specify an unknown scheduled action, it is ignored with no error.
Array Members: Maximum number of 50 actions.
public DescribeScheduledActionsRequest withScheduledActionNames(Collection<String> scheduledActionNames)
The names of one or more scheduled actions. If you omit this property, all scheduled actions are described. If you specify an unknown scheduled action, it is ignored with no error.
Array Members: Maximum number of 50 actions.
scheduledActionNames
- The names of one or more scheduled actions. If you omit this property, all scheduled actions are
described. If you specify an unknown scheduled action, it is ignored with no error.
Array Members: Maximum number of 50 actions.
public void setStartTime(Date startTime)
The earliest scheduled start time to return. If scheduled action names are provided, this property is ignored.
startTime
- The earliest scheduled start time to return. If scheduled action names are provided, this property is
ignored.public Date getStartTime()
The earliest scheduled start time to return. If scheduled action names are provided, this property is ignored.
public DescribeScheduledActionsRequest withStartTime(Date startTime)
The earliest scheduled start time to return. If scheduled action names are provided, this property is ignored.
startTime
- The earliest scheduled start time to return. If scheduled action names are provided, this property is
ignored.public void setEndTime(Date endTime)
The latest scheduled start time to return. If scheduled action names are provided, this property is ignored.
endTime
- The latest scheduled start time to return. If scheduled action names are provided, this property is
ignored.public Date getEndTime()
The latest scheduled start time to return. If scheduled action names are provided, this property is ignored.
public DescribeScheduledActionsRequest withEndTime(Date endTime)
The latest scheduled start time to return. If scheduled action names are provided, this property is ignored.
endTime
- The latest scheduled start time to return. If scheduled action names are provided, this property 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
.
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()