@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetailedGlossaryTerm extends Object implements Serializable, Cloneable, StructuredPojo
Details of a glossary term attached to the inventory asset.
Constructor and Description |
---|
DetailedGlossaryTerm() |
Modifier and Type | Method and Description |
---|---|
DetailedGlossaryTerm |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of a glossary term attached to the inventory asset.
|
String |
getShortDescription()
The shoft description of a glossary term attached to the inventory asset.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of a glossary term attached to the inventory asset.
|
void |
setShortDescription(String shortDescription)
The shoft description of a glossary term attached to the inventory asset.
|
String |
toString()
Returns a string representation of this object.
|
DetailedGlossaryTerm |
withName(String name)
The name of a glossary term attached to the inventory asset.
|
DetailedGlossaryTerm |
withShortDescription(String shortDescription)
The shoft description of a glossary term attached to the inventory asset.
|
public void setName(String name)
The name of a glossary term attached to the inventory asset.
name
- The name of a glossary term attached to the inventory asset.public String getName()
The name of a glossary term attached to the inventory asset.
public DetailedGlossaryTerm withName(String name)
The name of a glossary term attached to the inventory asset.
name
- The name of a glossary term attached to the inventory asset.public void setShortDescription(String shortDescription)
The shoft description of a glossary term attached to the inventory asset.
shortDescription
- The shoft description of a glossary term attached to the inventory asset.public String getShortDescription()
The shoft description of a glossary term attached to the inventory asset.
public DetailedGlossaryTerm withShortDescription(String shortDescription)
The shoft description of a glossary term attached to the inventory asset.
shortDescription
- The shoft description of a glossary term attached to the inventory asset.public String toString()
toString
in class Object
Object.toString()
public DetailedGlossaryTerm clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.