public class CharacterSet extends Object implements Serializable
This data type is used as a response element in the action DescribeDBEngineVersions.
Constructor and Description |
---|
CharacterSet() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCharacterSetDescription()
The description of the character set.
|
String |
getCharacterSetName()
The name of the character set.
|
int |
hashCode() |
void |
setCharacterSetDescription(String characterSetDescription)
The description of the character set.
|
void |
setCharacterSetName(String characterSetName)
The name of the character set.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CharacterSet |
withCharacterSetDescription(String characterSetDescription)
The description of the character set.
|
CharacterSet |
withCharacterSetName(String characterSetName)
The name of the character set.
|
public String getCharacterSetName()
public void setCharacterSetName(String characterSetName)
characterSetName
- The name of the character set.public CharacterSet withCharacterSetName(String characterSetName)
Returns a reference to this object so that method calls can be chained together.
characterSetName
- The name of the character set.public String getCharacterSetDescription()
public void setCharacterSetDescription(String characterSetDescription)
characterSetDescription
- The description of the character set.public CharacterSet withCharacterSetDescription(String characterSetDescription)
Returns a reference to this object so that method calls can be chained together.
characterSetDescription
- The description of the character set.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.