@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, setSdkResponseMetadata
public 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.JobStatus
public String getJobStatus()
The status of the events detection job.
JobStatus
public StartEventsDetectionJobResult withJobStatus(String jobStatus)
The status of the events detection job.
jobStatus
- The status of the events detection job.JobStatus
public StartEventsDetectionJobResult withJobStatus(JobStatus jobStatus)
The status of the events detection job.
jobStatus
- The status of the events detection job.JobStatus
public String toString()
toString
in class Object
Object.toString()
public StartEventsDetectionJobResult clone()