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, withRequestMetricCollector
public 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.
TerminologyDataFormat
public 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.
TerminologyDataFormat
public 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.
TerminologyDataFormat
public 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.
TerminologyDataFormat
public 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.
TerminologyDataFormat
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.