@Generated(value="software.amazon.awssdk:codegen") public final class TerminologyData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TerminologyData.Builder,TerminologyData>
The data associated with the custom terminology.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TerminologyData.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TerminologyData.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
SdkBytes |
file()
The file containing the custom terminology data.
|
TerminologyDataFormat |
format()
The data format of the custom terminology.
|
String |
formatAsString()
The data format of the custom terminology.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TerminologyData.Builder> |
serializableBuilderClass() |
TerminologyData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic SdkBytes file()
The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.
public TerminologyDataFormat format()
The data format of the custom terminology. Either CSV or TMX.
If the service returns an enum value that is not available in the current SDK version, format will
return TerminologyDataFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from formatAsString().
TerminologyDataFormatpublic String formatAsString()
The data format of the custom terminology. Either CSV or TMX.
If the service returns an enum value that is not available in the current SDK version, format will
return TerminologyDataFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from formatAsString().
TerminologyDataFormatpublic TerminologyData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TerminologyData.Builder,TerminologyData>public static TerminologyData.Builder builder()
public static Class<? extends TerminologyData.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.