@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateJobStatusResult extends AmazonWebServiceResult<S3ControlResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateJobStatusResult() |
Modifier and Type | Method and Description |
---|---|
UpdateJobStatusResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
The ID for the job whose status was updated.
|
String |
getStatus()
The current status for the specified job.
|
String |
getStatusUpdateReason()
The reason that the specified job's status was updated.
|
int |
hashCode() |
void |
setJobId(String jobId)
The ID for the job whose status was updated.
|
void |
setStatus(String status)
The current status for the specified job.
|
void |
setStatusUpdateReason(String statusUpdateReason)
The reason that the specified job's status was updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateJobStatusResult |
withJobId(String jobId)
The ID for the job whose status was updated.
|
UpdateJobStatusResult |
withStatus(JobStatus status)
The current status for the specified job.
|
UpdateJobStatusResult |
withStatus(String status)
The current status for the specified job.
|
UpdateJobStatusResult |
withStatusUpdateReason(String statusUpdateReason)
The reason that the specified job's status was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobId(String jobId)
The ID for the job whose status was updated.
jobId
- The ID for the job whose status was updated.public String getJobId()
The ID for the job whose status was updated.
public UpdateJobStatusResult withJobId(String jobId)
The ID for the job whose status was updated.
jobId
- The ID for the job whose status was updated.public void setStatus(String status)
The current status for the specified job.
status
- The current status for the specified job.JobStatus
public String getStatus()
The current status for the specified job.
JobStatus
public UpdateJobStatusResult withStatus(String status)
The current status for the specified job.
status
- The current status for the specified job.JobStatus
public UpdateJobStatusResult withStatus(JobStatus status)
The current status for the specified job.
status
- The current status for the specified job.JobStatus
public void setStatusUpdateReason(String statusUpdateReason)
The reason that the specified job's status was updated.
statusUpdateReason
- The reason that the specified job's status was updated.public String getStatusUpdateReason()
The reason that the specified job's status was updated.
public UpdateJobStatusResult withStatusUpdateReason(String statusUpdateReason)
The reason that the specified job's status was updated.
statusUpdateReason
- The reason that the specified job's status was updated.public String toString()
toString
in class Object
Object.toString()
public UpdateJobStatusResult clone()