Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class CharacterSet

java.lang.Object
  extended by com.amazonaws.services.rds.model.CharacterSet
All Implemented Interfaces:
Serializable

public class CharacterSet
extends Object
implements Serializable

This data type is used as a response element in the action DescribeDBEngineVersions.

See Also:
Serialized Form

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

CharacterSet

public CharacterSet()
Method Detail

getCharacterSetName

public String getCharacterSetName()
The name of the character set.

Returns:
The name of the character set.

setCharacterSetName

public void setCharacterSetName(String characterSetName)
The name of the character set.

Parameters:
characterSetName - The name of the character set.

withCharacterSetName

public CharacterSet withCharacterSetName(String characterSetName)
The name of the character set.

Returns a reference to this object so that method calls can be chained together.

Parameters:
characterSetName - The name of the character set.
Returns:
A reference to this updated object so that method calls can be chained together.

getCharacterSetDescription

public String getCharacterSetDescription()
The description of the character set.

Returns:
The description of the character set.

setCharacterSetDescription

public void setCharacterSetDescription(String characterSetDescription)
The description of the character set.

Parameters:
characterSetDescription - The description of the character set.

withCharacterSetDescription

public CharacterSet withCharacterSetDescription(String characterSetDescription)
The description of the character set.

Returns a reference to this object so that method calls can be chained together.

Parameters:
characterSetDescription - The description of the character set.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.