|
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(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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CharacterSet()
| Method Detail |
|---|
public java.lang.String getCharacterSetName()
public void setCharacterSetName(java.lang.String characterSetName)
characterSetName - The name of the character set.public CharacterSet withCharacterSetName(java.lang.String characterSetName)
Returns a reference to this object so that method calls can be chained together.
characterSetName - The name of the character set.
public java.lang.String getCharacterSetDescription()
public void setCharacterSetDescription(java.lang.String characterSetDescription)
characterSetDescription - The description of the character set.public CharacterSet withCharacterSetDescription(java.lang.String characterSetDescription)
Returns a reference to this object so that method calls can be chained together.
characterSetDescription - The description of the character set.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||