@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) |
Boolean |
getActive()
If true, retrieve only active scheduled actions.
|
Date |
getEndTime()
The end time in UTC of the scheduled action to retrieve.
|
List<ScheduledActionFilter> |
getFilters()
List of scheduled action filters.
|
String |
getMarker()
An optional parameter that specifies the starting point to return a set of response records.
|
Integer |
getMaxRecords()
The maximum number of response records to return in each call.
|
String |
getScheduledActionName()
The name of the scheduled action to retrieve.
|
Date |
getStartTime()
The start time in UTC of the scheduled actions to retrieve.
|
String |
getTargetActionType()
The type of the scheduled actions to retrieve.
|
int |
hashCode() |
Boolean |
isActive()
If true, retrieve only active scheduled actions.
|
void |
setActive(Boolean active)
If true, retrieve only active scheduled actions.
|
void |
setEndTime(Date endTime)
The end time in UTC of the scheduled action to retrieve.
|
void |
setFilters(Collection<ScheduledActionFilter> filters)
List of scheduled action filters.
|
void |
setMarker(String marker)
An optional parameter that specifies the starting point to return a set of response records.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
void |
setScheduledActionName(String scheduledActionName)
The name of the scheduled action to retrieve.
|
void |
setStartTime(Date startTime)
The start time in UTC of the scheduled actions to retrieve.
|
void |
setTargetActionType(String targetActionType)
The type of the scheduled actions to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
DescribeScheduledActionsRequest |
withActive(Boolean active)
If true, retrieve only active scheduled actions.
|
DescribeScheduledActionsRequest |
withEndTime(Date endTime)
The end time in UTC of the scheduled action to retrieve.
|
DescribeScheduledActionsRequest |
withFilters(Collection<ScheduledActionFilter> filters)
List of scheduled action filters.
|
DescribeScheduledActionsRequest |
withFilters(ScheduledActionFilter... filters)
List of scheduled action filters.
|
DescribeScheduledActionsRequest |
withMarker(String marker)
An optional parameter that specifies the starting point to return a set of response records.
|
DescribeScheduledActionsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
DescribeScheduledActionsRequest |
withScheduledActionName(String scheduledActionName)
The name of the scheduled action to retrieve.
|
DescribeScheduledActionsRequest |
withStartTime(Date startTime)
The start time in UTC of the scheduled actions to retrieve.
|
DescribeScheduledActionsRequest |
withTargetActionType(ScheduledActionTypeValues targetActionType)
The type of the scheduled actions to retrieve.
|
DescribeScheduledActionsRequest |
withTargetActionType(String targetActionType)
The type of the scheduled actions to retrieve.
|
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 setScheduledActionName(String scheduledActionName)
The name of the scheduled action to retrieve.
scheduledActionName
- The name of the scheduled action to retrieve.public String getScheduledActionName()
The name of the scheduled action to retrieve.
public DescribeScheduledActionsRequest withScheduledActionName(String scheduledActionName)
The name of the scheduled action to retrieve.
scheduledActionName
- The name of the scheduled action to retrieve.public void setTargetActionType(String targetActionType)
The type of the scheduled actions to retrieve.
targetActionType
- The type of the scheduled actions to retrieve.ScheduledActionTypeValues
public String getTargetActionType()
The type of the scheduled actions to retrieve.
ScheduledActionTypeValues
public DescribeScheduledActionsRequest withTargetActionType(String targetActionType)
The type of the scheduled actions to retrieve.
targetActionType
- The type of the scheduled actions to retrieve.ScheduledActionTypeValues
public DescribeScheduledActionsRequest withTargetActionType(ScheduledActionTypeValues targetActionType)
The type of the scheduled actions to retrieve.
targetActionType
- The type of the scheduled actions to retrieve.ScheduledActionTypeValues
public void setStartTime(Date startTime)
The start time in UTC of the scheduled actions to retrieve. Only active scheduled actions that have invocations after this time are retrieved.
startTime
- The start time in UTC of the scheduled actions to retrieve. Only active scheduled actions that have
invocations after this time are retrieved.public Date getStartTime()
The start time in UTC of the scheduled actions to retrieve. Only active scheduled actions that have invocations after this time are retrieved.
public DescribeScheduledActionsRequest withStartTime(Date startTime)
The start time in UTC of the scheduled actions to retrieve. Only active scheduled actions that have invocations after this time are retrieved.
startTime
- The start time in UTC of the scheduled actions to retrieve. Only active scheduled actions that have
invocations after this time are retrieved.public void setEndTime(Date endTime)
The end time in UTC of the scheduled action to retrieve. Only active scheduled actions that have invocations before this time are retrieved.
endTime
- The end time in UTC of the scheduled action to retrieve. Only active scheduled actions that have
invocations before this time are retrieved.public Date getEndTime()
The end time in UTC of the scheduled action to retrieve. Only active scheduled actions that have invocations before this time are retrieved.
public DescribeScheduledActionsRequest withEndTime(Date endTime)
The end time in UTC of the scheduled action to retrieve. Only active scheduled actions that have invocations before this time are retrieved.
endTime
- The end time in UTC of the scheduled action to retrieve. Only active scheduled actions that have
invocations before this time are retrieved.public void setActive(Boolean active)
If true, retrieve only active scheduled actions. If false, retrieve only disabled scheduled actions.
active
- If true, retrieve only active scheduled actions. If false, retrieve only disabled scheduled actions.public Boolean getActive()
If true, retrieve only active scheduled actions. If false, retrieve only disabled scheduled actions.
public DescribeScheduledActionsRequest withActive(Boolean active)
If true, retrieve only active scheduled actions. If false, retrieve only disabled scheduled actions.
active
- If true, retrieve only active scheduled actions. If false, retrieve only disabled scheduled actions.public Boolean isActive()
If true, retrieve only active scheduled actions. If false, retrieve only disabled scheduled actions.
public List<ScheduledActionFilter> getFilters()
List of scheduled action filters.
public void setFilters(Collection<ScheduledActionFilter> filters)
List of scheduled action filters.
filters
- List of scheduled action filters.public DescribeScheduledActionsRequest withFilters(ScheduledActionFilter... filters)
List of scheduled action filters.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- List of scheduled action filters.public DescribeScheduledActionsRequest withFilters(Collection<ScheduledActionFilter> filters)
List of scheduled action filters.
filters
- List of scheduled action filters.public void setMarker(String marker)
An optional parameter that specifies the starting point to return a set of response records. When the results of
a DescribeScheduledActions request exceed the value specified in MaxRecords
, Amazon Web
Services returns a value in the Marker
field of the response. You can retrieve the next set of
response records by providing the returned marker value in the Marker
parameter and retrying the
request.
marker
- An optional parameter that specifies the starting point to return a set of response records. When the
results of a DescribeScheduledActions request exceed the value specified in MaxRecords
, Amazon Web Services returns a value in the Marker
field of the response. You can retrieve
the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.public String getMarker()
An optional parameter that specifies the starting point to return a set of response records. When the results of
a DescribeScheduledActions request exceed the value specified in MaxRecords
, Amazon Web
Services returns a value in the Marker
field of the response. You can retrieve the next set of
response records by providing the returned marker value in the Marker
parameter and retrying the
request.
MaxRecords
, Amazon Web Services returns a value in the Marker
field of the
response. You can retrieve the next set of response records by providing the returned marker value in the
Marker
parameter and retrying the request.public DescribeScheduledActionsRequest withMarker(String marker)
An optional parameter that specifies the starting point to return a set of response records. When the results of
a DescribeScheduledActions request exceed the value specified in MaxRecords
, Amazon Web
Services returns a value in the Marker
field of the response. You can retrieve the next set of
response records by providing the returned marker value in the Marker
parameter and retrying the
request.
marker
- An optional parameter that specifies the starting point to return a set of response records. When the
results of a DescribeScheduledActions request exceed the value specified in MaxRecords
, Amazon Web Services returns a value in the Marker
field of the response. You can retrieve
the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.public void setMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call. If the number of remaining response records
exceeds the specified MaxRecords
value, a value is returned in a marker
field of the
response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
maxRecords
- The maximum number of response records to return in each call. If the number of remaining response records
exceeds the specified MaxRecords
value, a value is returned in a marker
field of
the response. You can retrieve the next set of records by retrying the command with the returned marker
value.
Default: 100
Constraints: minimum 20, maximum 100.
public Integer getMaxRecords()
The maximum number of response records to return in each call. If the number of remaining response records
exceeds the specified MaxRecords
value, a value is returned in a marker
field of the
response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned
marker value.
Default: 100
Constraints: minimum 20, maximum 100.
public DescribeScheduledActionsRequest withMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call. If the number of remaining response records
exceeds the specified MaxRecords
value, a value is returned in a marker
field of the
response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
maxRecords
- The maximum number of response records to return in each call. If the number of remaining response records
exceeds the specified MaxRecords
value, a value is returned in a marker
field of
the response. You can retrieve the next set of records by retrying the command with the returned marker
value.
Default: 100
Constraints: minimum 20, maximum 100.
public String toString()
toString
in class Object
Object.toString()
public DescribeScheduledActionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()