@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetJobRunsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetJobRunsRequest() |
Modifier and Type | Method and Description |
---|---|
GetJobRunsRequest |
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 definition for which to retrieve all job runs.
|
Integer |
getMaxResults()
The maximum size of the response.
|
String |
getNextToken()
A continuation token, if this is a continuation call.
|
int |
hashCode() |
void |
setJobName(String jobName)
The name of the job definition for which to retrieve all job runs.
|
void |
setMaxResults(Integer maxResults)
The maximum size of the response.
|
void |
setNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
String |
toString()
Returns a string representation of this object.
|
GetJobRunsRequest |
withJobName(String jobName)
The name of the job definition for which to retrieve all job runs.
|
GetJobRunsRequest |
withMaxResults(Integer maxResults)
The maximum size of the response.
|
GetJobRunsRequest |
withNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
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 setJobName(String jobName)
The name of the job definition for which to retrieve all job runs.
jobName
- The name of the job definition for which to retrieve all job runs.public String getJobName()
The name of the job definition for which to retrieve all job runs.
public GetJobRunsRequest withJobName(String jobName)
The name of the job definition for which to retrieve all job runs.
jobName
- The name of the job definition for which to retrieve all job runs.public void setNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken
- A continuation token, if this is a continuation call.public String getNextToken()
A continuation token, if this is a continuation call.
public GetJobRunsRequest withNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken
- A continuation token, if this is a continuation call.public void setMaxResults(Integer maxResults)
The maximum size of the response.
maxResults
- The maximum size of the response.public Integer getMaxResults()
The maximum size of the response.
public GetJobRunsRequest withMaxResults(Integer maxResults)
The maximum size of the response.
maxResults
- The maximum size of the response.public String toString()
toString
in class Object
Object.toString()
public GetJobRunsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()