@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CharacterSet extends Object implements Serializable, Cloneable
This data type is used as a response element in the action DescribeDBEngineVersions.
Constructor and Description |
---|
CharacterSet() |
Modifier and Type | Method and Description |
---|---|
CharacterSet |
clone() |
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 void setCharacterSetName(String characterSetName)
The name of the character set.
characterSetName
- The name of the character set.public String getCharacterSetName()
The name of the character set.
public CharacterSet withCharacterSetName(String characterSetName)
The name of the character set.
characterSetName
- The name of the character set.public void setCharacterSetDescription(String characterSetDescription)
The description of the character set.
characterSetDescription
- The description of the character set.public String getCharacterSetDescription()
The description of the character set.
public CharacterSet withCharacterSetDescription(String characterSetDescription)
The description of the character set.
characterSetDescription
- The description of the character set.public String toString()
toString
in class Object
Object.toString()
public CharacterSet clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.