@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSchedulesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSchedulesRequest() |
Modifier and Type | Method and Description |
---|---|
ListSchedulesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGroupName()
If specified, only lists the schedules whose associated schedule group matches the given filter.
|
Integer |
getMaxResults()
If specified, limits the number of results returned by this operation.
|
String |
getNamePrefix()
Schedule name prefix to return the filtered list of resources.
|
String |
getNextToken()
The token returned by a previous call to retrieve the next set of results.
|
String |
getState()
If specified, only lists the schedules whose current state matches the given filter.
|
int |
hashCode() |
void |
setGroupName(String groupName)
If specified, only lists the schedules whose associated schedule group matches the given filter.
|
void |
setMaxResults(Integer maxResults)
If specified, limits the number of results returned by this operation.
|
void |
setNamePrefix(String namePrefix)
Schedule name prefix to return the filtered list of resources.
|
void |
setNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
void |
setState(String state)
If specified, only lists the schedules whose current state matches the given filter.
|
String |
toString()
Returns a string representation of this object.
|
ListSchedulesRequest |
withGroupName(String groupName)
If specified, only lists the schedules whose associated schedule group matches the given filter.
|
ListSchedulesRequest |
withMaxResults(Integer maxResults)
If specified, limits the number of results returned by this operation.
|
ListSchedulesRequest |
withNamePrefix(String namePrefix)
Schedule name prefix to return the filtered list of resources.
|
ListSchedulesRequest |
withNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
ListSchedulesRequest |
withState(ScheduleState state)
If specified, only lists the schedules whose current state matches the given filter.
|
ListSchedulesRequest |
withState(String state)
If specified, only lists the schedules whose current state matches the given filter.
|
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 setGroupName(String groupName)
If specified, only lists the schedules whose associated schedule group matches the given filter.
groupName
- If specified, only lists the schedules whose associated schedule group matches the given filter.public String getGroupName()
If specified, only lists the schedules whose associated schedule group matches the given filter.
public ListSchedulesRequest withGroupName(String groupName)
If specified, only lists the schedules whose associated schedule group matches the given filter.
groupName
- If specified, only lists the schedules whose associated schedule group matches the given filter.public void setMaxResults(Integer maxResults)
If specified, limits the number of results returned by this operation. The operation also returns a
NextToken
which you can use in a subsequent operation to retrieve the next set of results.
maxResults
- If specified, limits the number of results returned by this operation. The operation also returns a
NextToken
which you can use in a subsequent operation to retrieve the next set of results.public Integer getMaxResults()
If specified, limits the number of results returned by this operation. The operation also returns a
NextToken
which you can use in a subsequent operation to retrieve the next set of results.
NextToken
which you can use in a subsequent operation to retrieve the next set of results.public ListSchedulesRequest withMaxResults(Integer maxResults)
If specified, limits the number of results returned by this operation. The operation also returns a
NextToken
which you can use in a subsequent operation to retrieve the next set of results.
maxResults
- If specified, limits the number of results returned by this operation. The operation also returns a
NextToken
which you can use in a subsequent operation to retrieve the next set of results.public void setNamePrefix(String namePrefix)
Schedule name prefix to return the filtered list of resources.
namePrefix
- Schedule name prefix to return the filtered list of resources.public String getNamePrefix()
Schedule name prefix to return the filtered list of resources.
public ListSchedulesRequest withNamePrefix(String namePrefix)
Schedule name prefix to return the filtered list of resources.
namePrefix
- Schedule name prefix to return the filtered list of resources.public void setNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken
- The token returned by a previous call to retrieve the next set of results.public String getNextToken()
The token returned by a previous call to retrieve the next set of results.
public ListSchedulesRequest withNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken
- The token returned by a previous call to retrieve the next set of results.public void setState(String state)
If specified, only lists the schedules whose current state matches the given filter.
state
- If specified, only lists the schedules whose current state matches the given filter.ScheduleState
public String getState()
If specified, only lists the schedules whose current state matches the given filter.
ScheduleState
public ListSchedulesRequest withState(String state)
If specified, only lists the schedules whose current state matches the given filter.
state
- If specified, only lists the schedules whose current state matches the given filter.ScheduleState
public ListSchedulesRequest withState(ScheduleState state)
If specified, only lists the schedules whose current state matches the given filter.
state
- If specified, only lists the schedules whose current state matches the given filter.ScheduleState
public String toString()
toString
in class Object
Object.toString()
public ListSchedulesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()