@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TerminologyDataLocation extends Object implements Serializable, Cloneable, StructuredPojo
The location of the custom terminology data.
| Constructor and Description |
|---|
TerminologyDataLocation() |
| Modifier and Type | Method and Description |
|---|---|
TerminologyDataLocation |
clone() |
boolean |
equals(Object obj) |
String |
getLocation()
The location of the custom terminology data.
|
String |
getRepositoryType()
The repository type for the custom terminology data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLocation(String location)
The location of the custom terminology data.
|
void |
setRepositoryType(String repositoryType)
The repository type for the custom terminology data.
|
String |
toString()
Returns a string representation of this object.
|
TerminologyDataLocation |
withLocation(String location)
The location of the custom terminology data.
|
TerminologyDataLocation |
withRepositoryType(String repositoryType)
The repository type for the custom terminology data.
|
public void setRepositoryType(String repositoryType)
The repository type for the custom terminology data.
repositoryType - The repository type for the custom terminology data.public String getRepositoryType()
The repository type for the custom terminology data.
public TerminologyDataLocation withRepositoryType(String repositoryType)
The repository type for the custom terminology data.
repositoryType - The repository type for the custom terminology data.public void setLocation(String location)
The location of the custom terminology data.
location - The location of the custom terminology data.public String getLocation()
The location of the custom terminology data.
public TerminologyDataLocation withLocation(String location)
The location of the custom terminology data.
location - The location of the custom terminology data.public String toString()
toString in class ObjectObject.toString()public TerminologyDataLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.