Class StartSnomedctInferenceJobRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalRequest
-
- software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartSnomedctInferenceJobRequest.Builder,StartSnomedctInferenceJobRequest>
@Generated("software.amazon.awssdk:codegen") public final class StartSnomedctInferenceJobRequest extends ComprehendMedicalRequest implements ToCopyableBuilder<StartSnomedctInferenceJobRequest.Builder,StartSnomedctInferenceJobRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartSnomedctInferenceJobRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartSnomedctInferenceJobRequest.Builderbuilder()StringclientRequestToken()A unique identifier for the request.StringdataAccessRoleArn()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.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InputDataConfiginputDataConfig()Returns the value of the InputDataConfig property for this object.StringjobName()The user generated name the asynchronous InferSNOMEDCT job.StringkmsKey()An AWS Key Management Service key used to encrypt your output files.LanguageCodelanguageCode()The language of the input documents.StringlanguageCodeAsString()The language of the input documents.OutputDataConfigoutputDataConfig()Returns the value of the OutputDataConfig property for this object.List<SdkField<?>>sdkFields()static Class<? extends StartSnomedctInferenceJobRequest.Builder>serializableBuilderClass()StartSnomedctInferenceJobRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
inputDataConfig
public final InputDataConfig inputDataConfig()
Returns the value of the InputDataConfig property for this object.- Returns:
- The value of the InputDataConfig property for this object.
-
outputDataConfig
public final OutputDataConfig outputDataConfig()
Returns the value of the OutputDataConfig property for this object.- Returns:
- The value of the OutputDataConfig property for this object.
-
dataAccessRoleArn
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.
- Returns:
- 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.
-
jobName
public final String jobName()
The user generated name the asynchronous InferSNOMEDCT job.
- Returns:
- The user generated name the asynchronous InferSNOMEDCT job.
-
clientRequestToken
public final String clientRequestToken()
A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.
- Returns:
- A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.
-
kmsKey
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.
- Returns:
- 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.
-
languageCode
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,
languageCodewill returnLanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlanguageCodeAsString().- Returns:
- The language of the input documents. All documents must be in the same language.
- See Also:
LanguageCode
-
languageCodeAsString
public 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,
languageCodewill returnLanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlanguageCodeAsString().- Returns:
- The language of the input documents. All documents must be in the same language.
- See Also:
LanguageCode
-
toBuilder
public StartSnomedctInferenceJobRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartSnomedctInferenceJobRequest.Builder,StartSnomedctInferenceJobRequest>- Specified by:
toBuilderin classComprehendMedicalRequest
-
builder
public static StartSnomedctInferenceJobRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartSnomedctInferenceJobRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-