@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTerminologyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetTerminologyRequest() |
Modifier and Type | Method and Description |
---|---|
GetTerminologyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getName()
The name of the custom terminology being retrieved.
|
String |
getTerminologyDataFormat()
The data format of the custom terminology being retrieved.
|
int |
hashCode() |
void |
setName(String name)
The name of the custom terminology being retrieved.
|
void |
setTerminologyDataFormat(String terminologyDataFormat)
The data format of the custom terminology being retrieved.
|
String |
toString()
Returns a string representation of this object.
|
GetTerminologyRequest |
withName(String name)
The name of the custom terminology being retrieved.
|
GetTerminologyRequest |
withTerminologyDataFormat(String terminologyDataFormat)
The data format of the custom terminology being retrieved.
|
GetTerminologyRequest |
withTerminologyDataFormat(TerminologyDataFormat terminologyDataFormat)
The data format of the custom terminology being retrieved.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setName(String name)
The name of the custom terminology being retrieved.
name
- The name of the custom terminology being retrieved.public String getName()
The name of the custom terminology being retrieved.
public GetTerminologyRequest withName(String name)
The name of the custom terminology being retrieved.
name
- The name of the custom terminology being retrieved.public void setTerminologyDataFormat(String terminologyDataFormat)
The data format of the custom terminology being retrieved.
If you don't specify this parameter, Amazon Translate returns a file with the same format as the file that was imported to create the terminology.
If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as the input file that was imported to create it. Otherwise, Amazon Translate throws an error.
terminologyDataFormat
- The data format of the custom terminology being retrieved.
If you don't specify this parameter, Amazon Translate returns a file with the same format as the file that was imported to create the terminology.
If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as the input file that was imported to create it. Otherwise, Amazon Translate throws an error.
TerminologyDataFormat
public String getTerminologyDataFormat()
The data format of the custom terminology being retrieved.
If you don't specify this parameter, Amazon Translate returns a file with the same format as the file that was imported to create the terminology.
If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as the input file that was imported to create it. Otherwise, Amazon Translate throws an error.
If you don't specify this parameter, Amazon Translate returns a file with the same format as the file that was imported to create the terminology.
If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as the input file that was imported to create it. Otherwise, Amazon Translate throws an error.
TerminologyDataFormat
public GetTerminologyRequest withTerminologyDataFormat(String terminologyDataFormat)
The data format of the custom terminology being retrieved.
If you don't specify this parameter, Amazon Translate returns a file with the same format as the file that was imported to create the terminology.
If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as the input file that was imported to create it. Otherwise, Amazon Translate throws an error.
terminologyDataFormat
- The data format of the custom terminology being retrieved.
If you don't specify this parameter, Amazon Translate returns a file with the same format as the file that was imported to create the terminology.
If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as the input file that was imported to create it. Otherwise, Amazon Translate throws an error.
TerminologyDataFormat
public GetTerminologyRequest withTerminologyDataFormat(TerminologyDataFormat terminologyDataFormat)
The data format of the custom terminology being retrieved.
If you don't specify this parameter, Amazon Translate returns a file with the same format as the file that was imported to create the terminology.
If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as the input file that was imported to create it. Otherwise, Amazon Translate throws an error.
terminologyDataFormat
- The data format of the custom terminology being retrieved.
If you don't specify this parameter, Amazon Translate returns a file with the same format as the file that was imported to create the terminology.
If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as the input file that was imported to create it. Otherwise, Amazon Translate throws an error.
TerminologyDataFormat
public String toString()
toString
in class Object
Object.toString()
public GetTerminologyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()