@Generated(value="software.amazon.awssdk:codegen") public final class StartSnomedctInferenceJobRequest extends ComprehendMedicalRequest implements ToCopyableBuilder<StartSnomedctInferenceJobRequest.Builder,StartSnomedctInferenceJobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartSnomedctInferenceJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartSnomedctInferenceJobRequest.Builder |
builder() |
String |
clientRequestToken()
A unique identifier for the request.
|
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.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InputDataConfig |
inputDataConfig()
Returns the value of the InputDataConfig property for this object.
|
String |
jobName()
The user generated name the asynchronous InferSNOMEDCT job.
|
String |
kmsKey()
An AWS Key Management Service key used to encrypt your output files.
|
LanguageCode |
languageCode()
The language of the input documents.
|
String |
languageCodeAsString()
The language of the input documents.
|
OutputDataConfig |
outputDataConfig()
Returns the value of the OutputDataConfig property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartSnomedctInferenceJobRequest.Builder> |
serializableBuilderClass() |
StartSnomedctInferenceJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final InputDataConfig inputDataConfig()
public final OutputDataConfig outputDataConfig()
public final 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.
public final String jobName()
The user generated name the asynchronous InferSNOMEDCT job.
public final String clientRequestToken()
A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.
public final 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.
public final LanguageCode languageCode()
The language of the input documents. All documents must be in the same language.
If the service returns an enum value that is not available in the current SDK version, languageCode will
return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
languageCodeAsString().
LanguageCodepublic final String languageCodeAsString()
The language of the input documents. All documents must be in the same language.
If the service returns an enum value that is not available in the current SDK version, languageCode will
return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
languageCodeAsString().
LanguageCodepublic StartSnomedctInferenceJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartSnomedctInferenceJobRequest.Builder,StartSnomedctInferenceJobRequest>toBuilder in class ComprehendMedicalRequestpublic static StartSnomedctInferenceJobRequest.Builder builder()
public static Class<? extends StartSnomedctInferenceJobRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.