@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListJobRunAttemptsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListJobRunAttemptsRequest() |
Modifier and Type | Method and Description |
---|---|
ListJobRunAttemptsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The ID of the application for which to list job runs.
|
String |
getJobRunId()
The ID of the job run to list.
|
Integer |
getMaxResults()
The maximum number of job run attempts to list.
|
String |
getNextToken()
The token for the next set of job run attempt results.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The ID of the application for which to list job runs.
|
void |
setJobRunId(String jobRunId)
The ID of the job run to list.
|
void |
setMaxResults(Integer maxResults)
The maximum number of job run attempts to list.
|
void |
setNextToken(String nextToken)
The token for the next set of job run attempt results.
|
String |
toString()
Returns a string representation of this object.
|
ListJobRunAttemptsRequest |
withApplicationId(String applicationId)
The ID of the application for which to list job runs.
|
ListJobRunAttemptsRequest |
withJobRunId(String jobRunId)
The ID of the job run to list.
|
ListJobRunAttemptsRequest |
withMaxResults(Integer maxResults)
The maximum number of job run attempts to list.
|
ListJobRunAttemptsRequest |
withNextToken(String nextToken)
The token for the next set of job run attempt results.
|
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 setApplicationId(String applicationId)
The ID of the application for which to list job runs.
applicationId
- The ID of the application for which to list job runs.public String getApplicationId()
The ID of the application for which to list job runs.
public ListJobRunAttemptsRequest withApplicationId(String applicationId)
The ID of the application for which to list job runs.
applicationId
- The ID of the application for which to list job runs.public void setJobRunId(String jobRunId)
The ID of the job run to list.
jobRunId
- The ID of the job run to list.public String getJobRunId()
The ID of the job run to list.
public ListJobRunAttemptsRequest withJobRunId(String jobRunId)
The ID of the job run to list.
jobRunId
- The ID of the job run to list.public void setNextToken(String nextToken)
The token for the next set of job run attempt results.
nextToken
- The token for the next set of job run attempt results.public String getNextToken()
The token for the next set of job run attempt results.
public ListJobRunAttemptsRequest withNextToken(String nextToken)
The token for the next set of job run attempt results.
nextToken
- The token for the next set of job run attempt results.public void setMaxResults(Integer maxResults)
The maximum number of job run attempts to list.
maxResults
- The maximum number of job run attempts to list.public Integer getMaxResults()
The maximum number of job run attempts to list.
public ListJobRunAttemptsRequest withMaxResults(Integer maxResults)
The maximum number of job run attempts to list.
maxResults
- The maximum number of job run attempts to list.public String toString()
toString
in class Object
Object.toString()
public ListJobRunAttemptsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()