public class GetTerminologyResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
GetTerminologyResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.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.
|
java.lang.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 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.