@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TermRelations extends Object implements Serializable, Cloneable, StructuredPojo
The details of the term relations.
Constructor and Description |
---|
TermRelations() |
Modifier and Type | Method and Description |
---|---|
TermRelations |
clone() |
boolean |
equals(Object obj) |
List<String> |
getClassifies()
The classifies of the term relations.
|
List<String> |
getIsA()
The
isA property of the term relations. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClassifies(Collection<String> classifies)
The classifies of the term relations.
|
void |
setIsA(Collection<String> isA)
The
isA property of the term relations. |
String |
toString()
Returns a string representation of this object.
|
TermRelations |
withClassifies(Collection<String> classifies)
The classifies of the term relations.
|
TermRelations |
withClassifies(String... classifies)
The classifies of the term relations.
|
TermRelations |
withIsA(Collection<String> isA)
The
isA property of the term relations. |
TermRelations |
withIsA(String... isA)
The
isA property of the term relations. |
public List<String> getClassifies()
The classifies of the term relations.
public void setClassifies(Collection<String> classifies)
The classifies of the term relations.
classifies
- The classifies of the term relations.public TermRelations withClassifies(String... classifies)
The classifies of the term relations.
NOTE: This method appends the values to the existing list (if any). Use
setClassifies(java.util.Collection)
or withClassifies(java.util.Collection)
if you want to
override the existing values.
classifies
- The classifies of the term relations.public TermRelations withClassifies(Collection<String> classifies)
The classifies of the term relations.
classifies
- The classifies of the term relations.public List<String> getIsA()
The isA
property of the term relations.
isA
property of the term relations.public void setIsA(Collection<String> isA)
The isA
property of the term relations.
isA
- The isA
property of the term relations.public TermRelations withIsA(String... isA)
The isA
property of the term relations.
NOTE: This method appends the values to the existing list (if any). Use
setIsA(java.util.Collection)
or withIsA(java.util.Collection)
if you want to override the
existing values.
isA
- The isA
property of the term relations.public TermRelations withIsA(Collection<String> isA)
The isA
property of the term relations.
isA
- The isA
property of the term relations.public String toString()
toString
in class Object
Object.toString()
public TermRelations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.