|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.rds.model.CharacterSet
public class CharacterSet
This data type is used as a response element in the action DescribeDBEngineVersions.
Constructor Summary | |
---|---|
CharacterSet()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CharacterSet()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |