public class CharacterSet
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
This data type is used as a response element in the action DescribeDBEngineVersions.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
characterSetDescription
The description of the character set.
|
private java.lang.String |
characterSetName
The name of the character set.
|
Constructor and Description |
---|
CharacterSet() |
Modifier and Type | Method and Description |
---|---|
CharacterSet |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCharacterSetDescription()
The description of the character set.
|
java.lang.String |
getCharacterSetName()
The name of the character set.
|
int |
hashCode() |
void |
setCharacterSetDescription(java.lang.String characterSetDescription)
The description of the character set.
|
void |
setCharacterSetName(java.lang.String characterSetName)
The name of the character set.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CharacterSet |
withCharacterSetDescription(java.lang.String characterSetDescription)
The description of the character set.
|
CharacterSet |
withCharacterSetName(java.lang.String characterSetName)
The name of the character set.
|
private java.lang.String characterSetName
The name of the character set.
private java.lang.String characterSetDescription
The description of the character set.
public void setCharacterSetName(java.lang.String characterSetName)
The name of the character set.
characterSetName
- The name of the character set.public java.lang.String getCharacterSetName()
The name of the character set.
public CharacterSet withCharacterSetName(java.lang.String characterSetName)
The name of the character set.
characterSetName
- The name of the character set.public void setCharacterSetDescription(java.lang.String characterSetDescription)
The description of the character set.
characterSetDescription
- The description of the character set.public java.lang.String getCharacterSetDescription()
The description of the character set.
public CharacterSet withCharacterSetDescription(java.lang.String characterSetDescription)
The description of the character set.
characterSetDescription
- The description of the character set.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CharacterSet clone()
clone
in class java.lang.Object