public class GetTerminologyResult extends Object implements Serializable
| Constructor and Description |
|---|
GetTerminologyResult() |
| Modifier and Type | Method and Description |
|---|---|
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; useful for testing and
debugging.
|
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.
|
public TerminologyProperties getTerminologyProperties()
The properties of the custom terminology being retrieved.
The properties of the custom terminology being retrieved.
public void setTerminologyProperties(TerminologyProperties terminologyProperties)
The properties of the custom terminology being retrieved.
terminologyProperties - The properties of the custom terminology being retrieved.
public GetTerminologyResult withTerminologyProperties(TerminologyProperties terminologyProperties)
The properties of the custom terminology being retrieved.
Returns a reference to this object so that method calls can be chained together.
terminologyProperties - The properties of the custom terminology being retrieved.
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.
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 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 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.
Returns a reference to this object so that method calls can be chained together.
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 ObjectObject.toString()Copyright © 2019. All rights reserved.