@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()
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, 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. Unspecified configuration is removed or reset to default values.
jobUpdate
- Specifies the values with which to update the job definition. Unspecified configuration is removed or
reset to default values.public JobUpdate getJobUpdate()
Specifies the values with which to update the job definition. Unspecified configuration is removed or reset to default values.
public UpdateJobRequest withJobUpdate(JobUpdate jobUpdate)
Specifies the values with which to update the job definition. Unspecified configuration is removed or reset to default values.
jobUpdate
- Specifies the values with which to update the job definition. Unspecified configuration is removed or
reset to default values.public String toString()
toString
in class Object
Object.toString()
public UpdateJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()