Package com.amazonaws.services.rds.model
Class CharacterSet
java.lang.Object
com.amazonaws.services.rds.model.CharacterSet
- All Implemented Interfaces:
Serializable,Cloneable
This data type is used as a response element in the action DescribeDBEngineVersions.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe description of the character set.The name of the character set.inthashCode()voidsetCharacterSetDescription(String characterSetDescription) The description of the character set.voidsetCharacterSetName(String characterSetName) The name of the character set.toString()Returns a string representation of this object; useful for testing and debugging.withCharacterSetDescription(String characterSetDescription) The description of the character set.withCharacterSetName(String characterSetName) The name of the character set.
-
Constructor Details
-
CharacterSet
public CharacterSet()
-
-
Method Details
-
setCharacterSetName
The name of the character set.
- Parameters:
characterSetName- The name of the character set.
-
getCharacterSetName
The name of the character set.
- Returns:
- The name of the character set.
-
withCharacterSetName
The name of the character set.
- Parameters:
characterSetName- The name of the character set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCharacterSetDescription
The description of the character set.
- Parameters:
characterSetDescription- The description of the character set.
-
getCharacterSetDescription
The description of the character set.
- Returns:
- The description of the character set.
-
withCharacterSetDescription
The description of the character set.
- Parameters:
characterSetDescription- The description of the character set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-