@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetJobRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetJobRunRequest() |
Modifier and Type | Method and Description |
---|---|
GetJobRunRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getJobName()
Name of the job being run.
|
Boolean |
getPredecessorsIncluded()
A list of the predecessor runs to return as well.
|
String |
getRunId()
The ID of the job run.
|
int |
hashCode() |
Boolean |
isPredecessorsIncluded()
A list of the predecessor runs to return as well.
|
void |
setJobName(String jobName)
Name of the job being run.
|
void |
setPredecessorsIncluded(Boolean predecessorsIncluded)
A list of the predecessor runs to return as well.
|
void |
setRunId(String runId)
The ID of the job run.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetJobRunRequest |
withJobName(String jobName)
Name of the job being run.
|
GetJobRunRequest |
withPredecessorsIncluded(Boolean predecessorsIncluded)
A list of the predecessor runs to return as well.
|
GetJobRunRequest |
withRunId(String runId)
The ID of the job run.
|
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)
Name of the job being run.
jobName
- Name of the job being run.public String getJobName()
Name of the job being run.
public GetJobRunRequest withJobName(String jobName)
Name of the job being run.
jobName
- Name of the job being run.public void setRunId(String runId)
The ID of the job run.
runId
- The ID of the job run.public String getRunId()
The ID of the job run.
public GetJobRunRequest withRunId(String runId)
The ID of the job run.
runId
- The ID of the job run.public void setPredecessorsIncluded(Boolean predecessorsIncluded)
A list of the predecessor runs to return as well.
predecessorsIncluded
- A list of the predecessor runs to return as well.public Boolean getPredecessorsIncluded()
A list of the predecessor runs to return as well.
public GetJobRunRequest withPredecessorsIncluded(Boolean predecessorsIncluded)
A list of the predecessor runs to return as well.
predecessorsIncluded
- A list of the predecessor runs to return as well.public Boolean isPredecessorsIncluded()
A list of the predecessor runs to return as well.
public String toString()
toString
in class Object
Object.toString()
public GetJobRunRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.