public class LexiconDescription extends Object implements Serializable, Cloneable
Describes the content of the lexicon.
Constructor and Description |
---|
LexiconDescription() |
Modifier and Type | Method and Description |
---|---|
LexiconDescription |
clone() |
boolean |
equals(Object obj) |
LexiconAttributes |
getAttributes()
Provides lexicon metadata.
|
String |
getName()
Name of the lexicon.
|
int |
hashCode() |
void |
setAttributes(LexiconAttributes attributes)
Provides lexicon metadata.
|
void |
setName(String name)
Name of the lexicon.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
LexiconDescription |
withAttributes(LexiconAttributes attributes)
Provides lexicon metadata.
|
LexiconDescription |
withName(String name)
Name of the lexicon.
|
public void setName(String name)
Name of the lexicon.
name
- Name of the lexicon.public String getName()
Name of the lexicon.
public LexiconDescription withName(String name)
Name of the lexicon.
name
- Name of the lexicon.public void setAttributes(LexiconAttributes attributes)
Provides lexicon metadata.
attributes
- Provides lexicon metadata.public LexiconAttributes getAttributes()
Provides lexicon metadata.
public LexiconDescription withAttributes(LexiconAttributes attributes)
Provides lexicon metadata.
attributes
- Provides lexicon metadata.public String toString()
toString
in class Object
Object.toString()
public LexiconDescription clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.