@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LexiconDescription extends Object implements Serializable, Cloneable, StructuredPojo
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.