@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 definition being run.
|
Boolean |
getPredecessorsIncluded()
True if a list of predecessor runs should be returned.
|
String |
getRunId()
The ID of the job run.
|
int |
hashCode() |
Boolean |
isPredecessorsIncluded()
True if a list of predecessor runs should be returned.
|
void |
setJobName(String jobName)
Name of the job definition being run.
|
void |
setPredecessorsIncluded(Boolean predecessorsIncluded)
True if a list of predecessor runs should be returned.
|
void |
setRunId(String runId)
The ID of the job run.
|
String |
toString()
Returns a string representation of this object.
|
GetJobRunRequest |
withJobName(String jobName)
Name of the job definition being run.
|
GetJobRunRequest |
withPredecessorsIncluded(Boolean predecessorsIncluded)
True if a list of predecessor runs should be returned.
|
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 definition being run.
jobName
- Name of the job definition being run.public String getJobName()
Name of the job definition being run.
public GetJobRunRequest withJobName(String jobName)
Name of the job definition being run.
jobName
- Name of the job definition 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)
True if a list of predecessor runs should be returned.
predecessorsIncluded
- True if a list of predecessor runs should be returned.public Boolean getPredecessorsIncluded()
True if a list of predecessor runs should be returned.
public GetJobRunRequest withPredecessorsIncluded(Boolean predecessorsIncluded)
True if a list of predecessor runs should be returned.
predecessorsIncluded
- True if a list of predecessor runs should be returned.public Boolean isPredecessorsIncluded()
True if a list of predecessor runs should be returned.
public String toString()
toString
in class Object
Object.toString()
public GetJobRunRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()