@Generated(value="software.amazon.awssdk:codegen") public final class Term extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Term.Builder,Term>
The term being translated by the custom terminology.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Term.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Term.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Term.Builder> |
serializableBuilderClass() |
String |
sourceText()
The source text of the term being translated by the custom terminology.
|
String |
targetText()
The target text of the term being translated by the custom terminology.
|
Term.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String sourceText()
The source text of the term being translated by the custom terminology.
public final String targetText()
The target text of the term being translated by the custom terminology.
public Term.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Term.Builder,Term>public static Term.Builder builder()
public static Class<? extends Term.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.