@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateJobRequest |
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 to update.
|
JobUpdate |
getJobUpdate()
Specifies the values with which to update the job.
|
int |
hashCode() |
void |
setJobName(String jobName)
Name of the job definition to update.
|
void |
setJobUpdate(JobUpdate jobUpdate)
Specifies the values with which to update the job.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateJobRequest |
withJobName(String jobName)
Name of the job definition to update.
|
UpdateJobRequest |
withJobUpdate(JobUpdate jobUpdate)
Specifies the values with which to update the job.
|
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, withSdkRequestTimeoutpublic void setJobName(String jobName)
Name of the job definition to update.
jobName - Name of the job definition to update.public String getJobName()
Name of the job definition to update.
public UpdateJobRequest withJobName(String jobName)
Name of the job definition to update.
jobName - Name of the job definition to update.public void setJobUpdate(JobUpdate jobUpdate)
Specifies the values with which to update the job.
jobUpdate - Specifies the values with which to update the job.public JobUpdate getJobUpdate()
Specifies the values with which to update the job.
public UpdateJobRequest withJobUpdate(JobUpdate jobUpdate)
Specifies the values with which to update the job.
jobUpdate - Specifies the values with which to update the job.public String toString()
toString in class ObjectObject.toString()public UpdateJobRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.