@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 |
getJobName()
The name of the job that these schedules apply to.
|
Integer |
getMaxResults()
The maximum number of results to return in this request.
|
String |
getNextToken()
A pagination token that can be used in a subsequent request.
|
int |
hashCode() |
void |
setJobName(String jobName)
The name of the job that these schedules apply to.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in this request.
|
void |
setNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
String |
toString()
Returns a string representation of this object.
|
ListSchedulesRequest |
withJobName(String jobName)
The name of the job that these schedules apply to.
|
ListSchedulesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in this request.
|
ListSchedulesRequest |
withNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
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, withSdkRequestTimeoutpublic void setJobName(String jobName)
The name of the job that these schedules apply to.
jobName - The name of the job that these schedules apply to.public String getJobName()
The name of the job that these schedules apply to.
public ListSchedulesRequest withJobName(String jobName)
The name of the job that these schedules apply to.
jobName - The name of the job that these schedules apply to.public void setMaxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults - The maximum number of results to return in this request.public Integer getMaxResults()
The maximum number of results to return in this request.
public ListSchedulesRequest withMaxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults - The maximum number of results to return in this request.public void setNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
nextToken - A pagination token that can be used in a subsequent request.public String getNextToken()
A pagination token that can be used in a subsequent request.
public ListSchedulesRequest withNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
nextToken - A pagination token that can be used in a subsequent request.public String toString()
toString in class ObjectObject.toString()public ListSchedulesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()