@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportTerminologyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ImportTerminologyRequest() |
| Modifier and Type | Method and Description |
|---|---|
ImportTerminologyRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the custom terminology being imported.
|
EncryptionKey |
getEncryptionKey()
The encryption key for the custom terminology being imported.
|
String |
getMergeStrategy()
The merge strategy of the custom terminology being imported.
|
String |
getName()
The name of the custom terminology being imported.
|
TerminologyData |
getTerminologyData()
The terminology data for the custom terminology being imported.
|
int |
hashCode() |
void |
setDescription(String description)
The description of the custom terminology being imported.
|
void |
setEncryptionKey(EncryptionKey encryptionKey)
The encryption key for the custom terminology being imported.
|
void |
setMergeStrategy(String mergeStrategy)
The merge strategy of the custom terminology being imported.
|
void |
setName(String name)
The name of the custom terminology being imported.
|
void |
setTerminologyData(TerminologyData terminologyData)
The terminology data for the custom terminology being imported.
|
String |
toString()
Returns a string representation of this object.
|
ImportTerminologyRequest |
withDescription(String description)
The description of the custom terminology being imported.
|
ImportTerminologyRequest |
withEncryptionKey(EncryptionKey encryptionKey)
The encryption key for the custom terminology being imported.
|
ImportTerminologyRequest |
withMergeStrategy(MergeStrategy mergeStrategy)
The merge strategy of the custom terminology being imported.
|
ImportTerminologyRequest |
withMergeStrategy(String mergeStrategy)
The merge strategy of the custom terminology being imported.
|
ImportTerminologyRequest |
withName(String name)
The name of the custom terminology being imported.
|
ImportTerminologyRequest |
withTerminologyData(TerminologyData terminologyData)
The terminology data for the custom terminology being imported.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setName(String name)
The name of the custom terminology being imported.
name - The name of the custom terminology being imported.public String getName()
The name of the custom terminology being imported.
public ImportTerminologyRequest withName(String name)
The name of the custom terminology being imported.
name - The name of the custom terminology being imported.public void setMergeStrategy(String mergeStrategy)
The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.
mergeStrategy - The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy
is supported. In this case, the imported terminology will overwrite an existing terminology of the same
name.MergeStrategypublic String getMergeStrategy()
The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.
MergeStrategypublic ImportTerminologyRequest withMergeStrategy(String mergeStrategy)
The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.
mergeStrategy - The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy
is supported. In this case, the imported terminology will overwrite an existing terminology of the same
name.MergeStrategypublic ImportTerminologyRequest withMergeStrategy(MergeStrategy mergeStrategy)
The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.
mergeStrategy - The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy
is supported. In this case, the imported terminology will overwrite an existing terminology of the same
name.MergeStrategypublic void setDescription(String description)
The description of the custom terminology being imported.
description - The description of the custom terminology being imported.public String getDescription()
The description of the custom terminology being imported.
public ImportTerminologyRequest withDescription(String description)
The description of the custom terminology being imported.
description - The description of the custom terminology being imported.public void setTerminologyData(TerminologyData terminologyData)
The terminology data for the custom terminology being imported.
terminologyData - The terminology data for the custom terminology being imported.public TerminologyData getTerminologyData()
The terminology data for the custom terminology being imported.
public ImportTerminologyRequest withTerminologyData(TerminologyData terminologyData)
The terminology data for the custom terminology being imported.
terminologyData - The terminology data for the custom terminology being imported.public void setEncryptionKey(EncryptionKey encryptionKey)
The encryption key for the custom terminology being imported.
encryptionKey - The encryption key for the custom terminology being imported.public EncryptionKey getEncryptionKey()
The encryption key for the custom terminology being imported.
public ImportTerminologyRequest withEncryptionKey(EncryptionKey encryptionKey)
The encryption key for the custom terminology being imported.
encryptionKey - The encryption key for the custom terminology being imported.public String toString()
toString in class ObjectObject.toString()public ImportTerminologyRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.