@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.
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 © 2019. All rights reserved.