@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) |
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() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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()
.
TerminologyDataFormat
public 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()
.
TerminologyDataFormat
public TerminologyData.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<TerminologyData.Builder,TerminologyData>
public static TerminologyData.Builder builder()
public static Class<? extends TerminologyData.Builder> serializableBuilderClass()
Copyright © 2019. All rights reserved.