@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartEventsDetectionJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartEventsDetectionJobResult() |
| Modifier and Type | Method and Description |
|---|---|
StartEventsDetectionJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
An unique identifier for the request.
|
String |
getJobStatus()
The status of the events detection job.
|
int |
hashCode() |
void |
setJobId(String jobId)
An unique identifier for the request.
|
void |
setJobStatus(String jobStatus)
The status of the events detection job.
|
String |
toString()
Returns a string representation of this object.
|
StartEventsDetectionJobResult |
withJobId(String jobId)
An unique identifier for the request.
|
StartEventsDetectionJobResult |
withJobStatus(JobStatus jobStatus)
The status of the events detection job.
|
StartEventsDetectionJobResult |
withJobStatus(String jobStatus)
The status of the events detection job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setJobId(String jobId)
An unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
jobId - An unique identifier for the request. If you don't set the client request token, Amazon Comprehend
generates one.public String getJobId()
An unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
public StartEventsDetectionJobResult withJobId(String jobId)
An unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
jobId - An unique identifier for the request. If you don't set the client request token, Amazon Comprehend
generates one.public void setJobStatus(String jobStatus)
The status of the events detection job.
jobStatus - The status of the events detection job.JobStatuspublic String getJobStatus()
The status of the events detection job.
JobStatuspublic StartEventsDetectionJobResult withJobStatus(String jobStatus)
The status of the events detection job.
jobStatus - The status of the events detection job.JobStatuspublic StartEventsDetectionJobResult withJobStatus(JobStatus jobStatus)
The status of the events detection job.
jobStatus - The status of the events detection job.JobStatuspublic String toString()
toString in class ObjectObject.toString()public StartEventsDetectionJobResult clone()
Copyright © 2021. All rights reserved.