@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTerminologyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetTerminologyResult() |
Modifier and Type | Method and Description |
---|---|
GetTerminologyResult |
clone() |
boolean |
equals(Object obj) |
TerminologyDataLocation |
getTerminologyDataLocation()
The data location of the custom terminology being retrieved.
|
TerminologyProperties |
getTerminologyProperties()
The properties of the custom terminology being retrieved.
|
int |
hashCode() |
void |
setTerminologyDataLocation(TerminologyDataLocation terminologyDataLocation)
The data location of the custom terminology being retrieved.
|
void |
setTerminologyProperties(TerminologyProperties terminologyProperties)
The properties of the custom terminology being retrieved.
|
String |
toString()
Returns a string representation of this object.
|
GetTerminologyResult |
withTerminologyDataLocation(TerminologyDataLocation terminologyDataLocation)
The data location of the custom terminology being retrieved.
|
GetTerminologyResult |
withTerminologyProperties(TerminologyProperties terminologyProperties)
The properties of the custom terminology being retrieved.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTerminologyProperties(TerminologyProperties terminologyProperties)
The properties of the custom terminology being retrieved.
terminologyProperties
- The properties of the custom terminology being retrieved.public TerminologyProperties getTerminologyProperties()
The properties of the custom terminology being retrieved.
public GetTerminologyResult withTerminologyProperties(TerminologyProperties terminologyProperties)
The properties of the custom terminology being retrieved.
terminologyProperties
- The properties of the custom terminology being retrieved.public void setTerminologyDataLocation(TerminologyDataLocation terminologyDataLocation)
The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.
terminologyDataLocation
- The data location of the custom terminology being retrieved. The custom terminology file is returned in a
presigned url that has a 30 minute expiration.public TerminologyDataLocation getTerminologyDataLocation()
The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.
public GetTerminologyResult withTerminologyDataLocation(TerminologyDataLocation terminologyDataLocation)
The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.
terminologyDataLocation
- The data location of the custom terminology being retrieved. The custom terminology file is returned in a
presigned url that has a 30 minute expiration.public String toString()
toString
in class Object
Object.toString()
public GetTerminologyResult clone()