@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() |
boolean |
equals(Object obj) |
String |
getJobName()
The name of the job definition to update.
|
JobUpdate |
getJobUpdate()
Specifies the values with which to update the job definition.
|
int |
hashCode() |
void |
setJobName(String jobName)
The name of the job definition to update.
|
void |
setJobUpdate(JobUpdate jobUpdate)
Specifies the values with which to update the job definition.
|
String |
toString()
Returns a string representation of this object.
|
UpdateJobRequest |
withJobName(String jobName)
The name of the job definition to update.
|
UpdateJobRequest |
withJobUpdate(JobUpdate jobUpdate)
Specifies the values with which to update the job definition.
|
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 definition to update.
jobName
- The name of the job definition to update.public String getJobName()
The name of the job definition to update.
public UpdateJobRequest withJobName(String jobName)
The name of the job definition to update.
jobName
- The name of the job definition to update.public void setJobUpdate(JobUpdate jobUpdate)
Specifies the values with which to update the job definition.
jobUpdate
- Specifies the values with which to update the job definition.public JobUpdate getJobUpdate()
Specifies the values with which to update the job definition.
public UpdateJobRequest withJobUpdate(JobUpdate jobUpdate)
Specifies the values with which to update the job definition.
jobUpdate
- Specifies the values with which to update the job definition.public String toString()
toString
in class Object
Object.toString()
public UpdateJobRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.