@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetJobBookmarkRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetJobBookmarkRequest() |
Modifier and Type | Method and Description |
---|---|
GetJobBookmarkRequest |
clone() |
boolean |
equals(Object obj) |
String |
getJobName()
The name of the job in question.
|
String |
getRunId()
The unique run identifier associated with this job run.
|
int |
hashCode() |
void |
setJobName(String jobName)
The name of the job in question.
|
void |
setRunId(String runId)
The unique run identifier associated with this job run.
|
String |
toString()
Returns a string representation of this object.
|
GetJobBookmarkRequest |
withJobName(String jobName)
The name of the job in question.
|
GetJobBookmarkRequest |
withRunId(String runId)
The unique run identifier associated with this job run.
|
addHandlerContext, copyBaseTo, 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 in question.
jobName
- The name of the job in question.public String getJobName()
The name of the job in question.
public GetJobBookmarkRequest withJobName(String jobName)
The name of the job in question.
jobName
- The name of the job in question.public void setRunId(String runId)
The unique run identifier associated with this job run.
runId
- The unique run identifier associated with this job run.public String getRunId()
The unique run identifier associated with this job run.
public GetJobBookmarkRequest withRunId(String runId)
The unique run identifier associated with this job run.
runId
- The unique run identifier associated with this job run.public String toString()
toString
in class Object
Object.toString()
public GetJobBookmarkRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.