@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, 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 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 AWS account, 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 AWS account, 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 AWS account, 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 AWS account, 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 AWS account, 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.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()