@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 | 
getJobArn()
 The Amazon Resource Name (ARN) of the events detection job. 
 | 
String | 
getJobId()
 An unique identifier for the request. 
 | 
String | 
getJobStatus()
 The status of the events detection job. 
 | 
int | 
hashCode()  | 
void | 
setJobArn(String jobArn)
 The Amazon Resource Name (ARN) of the events detection job. 
 | 
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 | 
withJobArn(String jobArn)
 The Amazon Resource Name (ARN) of the events detection job. 
 | 
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 setJobArn(String jobArn)
The Amazon Resource Name (ARN) of the events detection job. It is a unique, fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The format of the ARN is as follows:
 arn:<partition>:comprehend:<region>:<account-id>:events-detection-job/<job-id>
 
The following is an example job ARN:
 arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab
 
jobArn - The Amazon Resource Name (ARN) of the events detection job. It is a unique, fully qualified identifier for
        the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The
        format of the ARN is as follows:
        
        arn:<partition>:comprehend:<region>:<account-id>:events-detection-job/<job-id>
        
The following is an example job ARN:
        arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab
public String getJobArn()
The Amazon Resource Name (ARN) of the events detection job. It is a unique, fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The format of the ARN is as follows:
 arn:<partition>:comprehend:<region>:<account-id>:events-detection-job/<job-id>
 
The following is an example job ARN:
 arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab
 
         arn:<partition>:comprehend:<region>:<account-id>:events-detection-job/<job-id>
         
The following is an example job ARN:
         arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab
public StartEventsDetectionJobResult withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the events detection job. It is a unique, fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The format of the ARN is as follows:
 arn:<partition>:comprehend:<region>:<account-id>:events-detection-job/<job-id>
 
The following is an example job ARN:
 arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab
 
jobArn - The Amazon Resource Name (ARN) of the events detection job. It is a unique, fully qualified identifier for
        the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The
        format of the ARN is as follows:
        
        arn:<partition>:comprehend:<region>:<account-id>:events-detection-job/<job-id>
        
The following is an example job ARN:
        arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab
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()