@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CellValueSynonym extends Object implements Serializable, Cloneable, StructuredPojo
A structure that represents the cell value synonym.
Constructor and Description |
---|
CellValueSynonym() |
Modifier and Type | Method and Description |
---|---|
CellValueSynonym |
clone() |
boolean |
equals(Object obj) |
String |
getCellValue()
The cell value.
|
List<String> |
getSynonyms()
Other names or aliases for the cell value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCellValue(String cellValue)
The cell value.
|
void |
setSynonyms(Collection<String> synonyms)
Other names or aliases for the cell value.
|
String |
toString()
Returns a string representation of this object.
|
CellValueSynonym |
withCellValue(String cellValue)
The cell value.
|
CellValueSynonym |
withSynonyms(Collection<String> synonyms)
Other names or aliases for the cell value.
|
CellValueSynonym |
withSynonyms(String... synonyms)
Other names or aliases for the cell value.
|
public void setCellValue(String cellValue)
The cell value.
cellValue
- The cell value.public String getCellValue()
The cell value.
public CellValueSynonym withCellValue(String cellValue)
The cell value.
cellValue
- The cell value.public List<String> getSynonyms()
Other names or aliases for the cell value.
public void setSynonyms(Collection<String> synonyms)
Other names or aliases for the cell value.
synonyms
- Other names or aliases for the cell value.public CellValueSynonym withSynonyms(String... synonyms)
Other names or aliases for the cell value.
NOTE: This method appends the values to the existing list (if any). Use
setSynonyms(java.util.Collection)
or withSynonyms(java.util.Collection)
if you want to override
the existing values.
synonyms
- Other names or aliases for the cell value.public CellValueSynonym withSynonyms(Collection<String> synonyms)
Other names or aliases for the cell value.
synonyms
- Other names or aliases for the cell value.public String toString()
toString
in class Object
Object.toString()
public CellValueSynonym clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.