@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AcknowledgeJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of an AcknowledgeJob action.
| Constructor and Description |
|---|
AcknowledgeJobResult () |
| Modifier and Type | Method and Description |
|---|---|
AcknowledgeJobResult |
clone () |
boolean |
equals (Object obj) |
String |
getStatus ()
Whether the job worker has received the specified job.
|
int |
hashCode () |
void |
setStatus (JobStatus status)
Whether the job worker has received the specified job.
|
void |
setStatus (String status)
Whether the job worker has received the specified job.
|
String |
toString ()
Returns a string representation of this object.
|
AcknowledgeJobResult |
withStatus (JobStatus status)
Whether the job worker has received the specified job.
|
AcknowledgeJobResult |
withStatus (String status)
Whether the job worker has received the specified job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public AcknowledgeJobResult()
public void setStatus(String status)
Whether the job worker has received the specified job.
status - Whether the job worker has received the specified job.JobStatus public String getStatus()
Whether the job worker has received the specified job.
JobStatus public AcknowledgeJobResult withStatus(String status)
Whether the job worker has received the specified job.
status - Whether the job worker has received the specified job.JobStatus public void setStatus(JobStatus status)
Whether the job worker has received the specified job.
status - Whether the job worker has received the specified job.JobStatus public AcknowledgeJobResult withStatus(JobStatus status)
Whether the job worker has received the specified job.
status - Whether the job worker has received the specified job.JobStatus public String toString()
toString in class Object Object.toString() public AcknowledgeJobResult clone()