@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartEntitiesDetectionV2JobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| StartEntitiesDetectionV2JobResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| StartEntitiesDetectionV2JobResult | clone() | 
| boolean | equals(Object obj) | 
| String | getJobId()
 The identifier generated for the job. | 
| int | hashCode() | 
| void | setJobId(String jobId)
 The identifier generated for the job. | 
| String | toString()Returns a string representation of this object. | 
| StartEntitiesDetectionV2JobResult | withJobId(String jobId)
 The identifier generated for the job. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setJobId(String jobId)
 The identifier generated for the job. To get the status of a job, use this identifier with the
 DescribeEntitiesDetectionV2Job operation.
 
jobId - The identifier generated for the job. To get the status of a job, use this identifier with the
        DescribeEntitiesDetectionV2Job operation.public String getJobId()
 The identifier generated for the job. To get the status of a job, use this identifier with the
 DescribeEntitiesDetectionV2Job operation.
 
DescribeEntitiesDetectionV2Job operation.public StartEntitiesDetectionV2JobResult withJobId(String jobId)
 The identifier generated for the job. To get the status of a job, use this identifier with the
 DescribeEntitiesDetectionV2Job operation.
 
jobId - The identifier generated for the job. To get the status of a job, use this identifier with the
        DescribeEntitiesDetectionV2Job operation.public String toString()
toString in class ObjectObject.toString()public StartEntitiesDetectionV2JobResult clone()