@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateJobStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateJobStatusRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateJobStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
|
String |
getJobId()
The ID of the job whose status you want to update.
|
String |
getRequestedJobStatus()
The status that you want to move the specified job to.
|
String |
getStatusUpdateReason()
A description of the reason why you want to change the specified job's status.
|
int |
hashCode() |
void |
setAccountId(String accountId)
|
void |
setJobId(String jobId)
The ID of the job whose status you want to update.
|
void |
setRequestedJobStatus(String requestedJobStatus)
The status that you want to move the specified job to.
|
void |
setStatusUpdateReason(String statusUpdateReason)
A description of the reason why you want to change the specified job's status.
|
String |
toString()
Returns a string representation of this object.
|
UpdateJobStatusRequest |
withAccountId(String accountId)
|
UpdateJobStatusRequest |
withJobId(String jobId)
The ID of the job whose status you want to update.
|
UpdateJobStatusRequest |
withRequestedJobStatus(RequestedJobStatus requestedJobStatus)
The status that you want to move the specified job to.
|
UpdateJobStatusRequest |
withRequestedJobStatus(String requestedJobStatus)
The status that you want to move the specified job to.
|
UpdateJobStatusRequest |
withStatusUpdateReason(String statusUpdateReason)
A description of the reason why you want to change the specified job's status.
|
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 setAccountId(String accountId)
accountId
- public String getAccountId()
public UpdateJobStatusRequest withAccountId(String accountId)
accountId
- public void setJobId(String jobId)
The ID of the job whose status you want to update.
jobId
- The ID of the job whose status you want to update.public String getJobId()
The ID of the job whose status you want to update.
public UpdateJobStatusRequest withJobId(String jobId)
The ID of the job whose status you want to update.
jobId
- The ID of the job whose status you want to update.public void setRequestedJobStatus(String requestedJobStatus)
The status that you want to move the specified job to.
requestedJobStatus
- The status that you want to move the specified job to.RequestedJobStatus
public String getRequestedJobStatus()
The status that you want to move the specified job to.
RequestedJobStatus
public UpdateJobStatusRequest withRequestedJobStatus(String requestedJobStatus)
The status that you want to move the specified job to.
requestedJobStatus
- The status that you want to move the specified job to.RequestedJobStatus
public UpdateJobStatusRequest withRequestedJobStatus(RequestedJobStatus requestedJobStatus)
The status that you want to move the specified job to.
requestedJobStatus
- The status that you want to move the specified job to.RequestedJobStatus
public void setStatusUpdateReason(String statusUpdateReason)
A description of the reason why you want to change the specified job's status. This field can be any string up to the maximum length.
statusUpdateReason
- A description of the reason why you want to change the specified job's status. This field can be any
string up to the maximum length.public String getStatusUpdateReason()
A description of the reason why you want to change the specified job's status. This field can be any string up to the maximum length.
public UpdateJobStatusRequest withStatusUpdateReason(String statusUpdateReason)
A description of the reason why you want to change the specified job's status. This field can be any string up to the maximum length.
statusUpdateReason
- A description of the reason why you want to change the specified job's status. This field can be any
string up to the maximum length.public String toString()
toString
in class Object
Object.toString()
public UpdateJobStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.