@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartSNOMEDCTInferenceJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartSNOMEDCTInferenceJobRequest() |
Modifier and Type | Method and Description |
---|---|
StartSNOMEDCTInferenceJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
A unique identifier for the request.
|
String |
getDataAccessRoleArn()
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend
Medical read access to your input data.
|
InputDataConfig |
getInputDataConfig() |
String |
getJobName()
The user generated name the asynchronous InferSNOMEDCT job.
|
String |
getKMSKey()
An AWS Key Management Service key used to encrypt your output files.
|
String |
getLanguageCode()
The language of the input documents.
|
OutputDataConfig |
getOutputDataConfig() |
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
void |
setDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend
Medical read access to your input data.
|
void |
setInputDataConfig(InputDataConfig inputDataConfig) |
void |
setJobName(String jobName)
The user generated name the asynchronous InferSNOMEDCT job.
|
void |
setKMSKey(String kMSKey)
An AWS Key Management Service key used to encrypt your output files.
|
void |
setLanguageCode(String languageCode)
The language of the input documents.
|
void |
setOutputDataConfig(OutputDataConfig outputDataConfig) |
String |
toString()
Returns a string representation of this object.
|
StartSNOMEDCTInferenceJobRequest |
withClientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
StartSNOMEDCTInferenceJobRequest |
withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend
Medical read access to your input data.
|
StartSNOMEDCTInferenceJobRequest |
withInputDataConfig(InputDataConfig inputDataConfig) |
StartSNOMEDCTInferenceJobRequest |
withJobName(String jobName)
The user generated name the asynchronous InferSNOMEDCT job.
|
StartSNOMEDCTInferenceJobRequest |
withKMSKey(String kMSKey)
An AWS Key Management Service key used to encrypt your output files.
|
StartSNOMEDCTInferenceJobRequest |
withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
StartSNOMEDCTInferenceJobRequest |
withLanguageCode(String languageCode)
The language of the input documents.
|
StartSNOMEDCTInferenceJobRequest |
withOutputDataConfig(OutputDataConfig outputDataConfig) |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setInputDataConfig(InputDataConfig inputDataConfig)
inputDataConfig
- public InputDataConfig getInputDataConfig()
public StartSNOMEDCTInferenceJobRequest withInputDataConfig(InputDataConfig inputDataConfig)
inputDataConfig
- public void setOutputDataConfig(OutputDataConfig outputDataConfig)
outputDataConfig
- public OutputDataConfig getOutputDataConfig()
public StartSNOMEDCTInferenceJobRequest withOutputDataConfig(OutputDataConfig outputDataConfig)
outputDataConfig
- public void setDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data.
dataAccessRoleArn
- The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon
Comprehend Medical read access to your input data.public String getDataAccessRoleArn()
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data.
public StartSNOMEDCTInferenceJobRequest withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data.
dataAccessRoleArn
- The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon
Comprehend Medical read access to your input data.public void setJobName(String jobName)
The user generated name the asynchronous InferSNOMEDCT job.
jobName
- The user generated name the asynchronous InferSNOMEDCT job.public String getJobName()
The user generated name the asynchronous InferSNOMEDCT job.
public StartSNOMEDCTInferenceJobRequest withJobName(String jobName)
The user generated name the asynchronous InferSNOMEDCT job.
jobName
- The user generated name the asynchronous InferSNOMEDCT job.public void setClientRequestToken(String clientRequestToken)
A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.
clientRequestToken
- A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical
generates one.public String getClientRequestToken()
A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.
public StartSNOMEDCTInferenceJobRequest withClientRequestToken(String clientRequestToken)
A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.
clientRequestToken
- A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical
generates one.public void setKMSKey(String kMSKey)
An AWS Key Management Service key used to encrypt your output files. If you do not specify a key, the files are written in plain text.
kMSKey
- An AWS Key Management Service key used to encrypt your output files. If you do not specify a key, the
files are written in plain text.public String getKMSKey()
An AWS Key Management Service key used to encrypt your output files. If you do not specify a key, the files are written in plain text.
public StartSNOMEDCTInferenceJobRequest withKMSKey(String kMSKey)
An AWS Key Management Service key used to encrypt your output files. If you do not specify a key, the files are written in plain text.
kMSKey
- An AWS Key Management Service key used to encrypt your output files. If you do not specify a key, the
files are written in plain text.public void setLanguageCode(String languageCode)
The language of the input documents. All documents must be in the same language.
languageCode
- The language of the input documents. All documents must be in the same language.LanguageCode
public String getLanguageCode()
The language of the input documents. All documents must be in the same language.
LanguageCode
public StartSNOMEDCTInferenceJobRequest withLanguageCode(String languageCode)
The language of the input documents. All documents must be in the same language.
languageCode
- The language of the input documents. All documents must be in the same language.LanguageCode
public StartSNOMEDCTInferenceJobRequest withLanguageCode(LanguageCode languageCode)
The language of the input documents. All documents must be in the same language.
languageCode
- The language of the input documents. All documents must be in the same language.LanguageCode
public String toString()
toString
in class Object
Object.toString()
public StartSNOMEDCTInferenceJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()