@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String sourceText()
The source text of the term being translated by the custom terminology.
public String targetText()
The target text of the term being translated by the custom terminology.
public Term.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Term.Builder,Term>
public static Term.Builder builder()
public static Class<? extends Term.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.