public class GetTerminologyRequest extends AmazonWebServiceRequest implements java.io.Serializable
Retrieves a custom terminology.
| Constructor and Description |
|---|
GetTerminologyRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
The name of the custom terminology being retrieved.
|
java.lang.String |
getTerminologyDataFormat()
The data format of the custom terminology being retrieved, either CSV or
TMX.
|
int |
hashCode() |
void |
setName(java.lang.String name)
The name of the custom terminology being retrieved.
|
void |
setTerminologyDataFormat(java.lang.String terminologyDataFormat)
The data format of the custom terminology being retrieved, either CSV or
TMX.
|
void |
setTerminologyDataFormat(TerminologyDataFormat terminologyDataFormat)
The data format of the custom terminology being retrieved, either CSV or
TMX.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetTerminologyRequest |
withName(java.lang.String name)
The name of the custom terminology being retrieved.
|
GetTerminologyRequest |
withTerminologyDataFormat(java.lang.String terminologyDataFormat)
The data format of the custom terminology being retrieved, either CSV or
TMX.
|
GetTerminologyRequest |
withTerminologyDataFormat(TerminologyDataFormat terminologyDataFormat)
The data format of the custom terminology being retrieved, either CSV or
TMX.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getName()
The name of the custom terminology being retrieved.
Constraints:
Length: 1 - 256
Pattern: ^([A-Za-z0-9-]_?)+$
The name of the custom terminology being retrieved.
public void setName(java.lang.String name)
The name of the custom terminology being retrieved.
Constraints:
Length: 1 - 256
Pattern: ^([A-Za-z0-9-]_?)+$
name - The name of the custom terminology being retrieved.
public GetTerminologyRequest withName(java.lang.String name)
The name of the custom terminology being retrieved.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
Pattern: ^([A-Za-z0-9-]_?)+$
name - The name of the custom terminology being retrieved.
public java.lang.String getTerminologyDataFormat()
The data format of the custom terminology being retrieved, either CSV or TMX.
Constraints:
Allowed Values: CSV, TMX
The data format of the custom terminology being retrieved, either CSV or TMX.
TerminologyDataFormatpublic void setTerminologyDataFormat(java.lang.String terminologyDataFormat)
The data format of the custom terminology being retrieved, either CSV or TMX.
Constraints:
Allowed Values: CSV, TMX
terminologyDataFormat - The data format of the custom terminology being retrieved, either CSV or TMX.
TerminologyDataFormatpublic GetTerminologyRequest withTerminologyDataFormat(java.lang.String terminologyDataFormat)
The data format of the custom terminology being retrieved, either CSV or TMX.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CSV, TMX
terminologyDataFormat - The data format of the custom terminology being retrieved, either CSV or TMX.
TerminologyDataFormatpublic void setTerminologyDataFormat(TerminologyDataFormat terminologyDataFormat)
The data format of the custom terminology being retrieved, either CSV or TMX.
Constraints:
Allowed Values: CSV, TMX
terminologyDataFormat - The data format of the custom terminology being retrieved, either CSV or TMX.
TerminologyDataFormatpublic GetTerminologyRequest withTerminologyDataFormat(TerminologyDataFormat terminologyDataFormat)
The data format of the custom terminology being retrieved, either CSV or TMX.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CSV, TMX
terminologyDataFormat - The data format of the custom terminology being retrieved, either CSV or TMX.
TerminologyDataFormatpublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.