public class TerminologyDataLocation
extends java.lang.Object
implements java.io.Serializable
The location of the custom terminology data.
Constructor and Description |
---|
TerminologyDataLocation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLocation()
The location of the custom terminology data.
|
java.lang.String |
getRepositoryType()
The repository type for the custom terminology data.
|
int |
hashCode() |
void |
setLocation(java.lang.String location)
The location of the custom terminology data.
|
void |
setRepositoryType(java.lang.String repositoryType)
The repository type for the custom terminology data.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TerminologyDataLocation |
withLocation(java.lang.String location)
The location of the custom terminology data.
|
TerminologyDataLocation |
withRepositoryType(java.lang.String repositoryType)
The repository type for the custom terminology data.
|
public java.lang.String getRepositoryType()
The repository type for the custom terminology data.
Constraints:
Length: - 10000
Pattern: [\P{M}\p{M}]{0,10000}
The repository type for the custom terminology data.
public void setRepositoryType(java.lang.String repositoryType)
The repository type for the custom terminology data.
Constraints:
Length: - 10000
Pattern: [\P{M}\p{M}]{0,10000}
repositoryType
- The repository type for the custom terminology data.
public TerminologyDataLocation withRepositoryType(java.lang.String repositoryType)
The repository type for the custom terminology data.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 10000
Pattern: [\P{M}\p{M}]{0,10000}
repositoryType
- The repository type for the custom terminology data.
public java.lang.String getLocation()
The location of the custom terminology data.
Constraints:
Length: - 10000
Pattern: [\P{M}\p{M}]{0,10000}
The location of the custom terminology data.
public void setLocation(java.lang.String location)
The location of the custom terminology data.
Constraints:
Length: - 10000
Pattern: [\P{M}\p{M}]{0,10000}
location
- The location of the custom terminology data.
public TerminologyDataLocation withLocation(java.lang.String location)
The location of the custom terminology data.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 10000
Pattern: [\P{M}\p{M}]{0,10000}
location
- The location of the custom terminology data.
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.