#include <CharacterSet.h>
This data type is used as a response element in the action DescribeDBEngineVersions
.
See Also:
AWS API Reference
Definition at line 32 of file CharacterSet.h.
◆ CharacterSet() [1/2]
Aws::RDS::Model::CharacterSet::CharacterSet |
( |
| ) |
|
◆ CharacterSet() [2/2]
◆ CharacterSetDescriptionHasBeenSet()
bool Aws::RDS::Model::CharacterSet::CharacterSetDescriptionHasBeenSet |
( |
| ) |
const |
|
inline |
The description of the character set.
Definition at line 92 of file CharacterSet.h.
◆ CharacterSetNameHasBeenSet()
bool Aws::RDS::Model::CharacterSet::CharacterSetNameHasBeenSet |
( |
| ) |
const |
|
inline |
◆ GetCharacterSetDescription()
const Aws::String& Aws::RDS::Model::CharacterSet::GetCharacterSetDescription |
( |
| ) |
const |
|
inline |
The description of the character set.
Definition at line 87 of file CharacterSet.h.
◆ GetCharacterSetName()
const Aws::String& Aws::RDS::Model::CharacterSet::GetCharacterSetName |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ OutputToStream() [1/2]
void Aws::RDS::Model::CharacterSet::OutputToStream |
( |
Aws::OStream & |
oStream, |
|
|
const char * |
location |
|
) |
| const |
◆ OutputToStream() [2/2]
void Aws::RDS::Model::CharacterSet::OutputToStream |
( |
Aws::OStream & |
ostream, |
|
|
const char * |
location, |
|
|
unsigned |
index, |
|
|
const char * |
locationValue |
|
) |
| const |
◆ SetCharacterSetDescription() [1/3]
void Aws::RDS::Model::CharacterSet::SetCharacterSetDescription |
( |
Aws::String && |
value | ) |
|
|
inline |
◆ SetCharacterSetDescription() [2/3]
void Aws::RDS::Model::CharacterSet::SetCharacterSetDescription |
( |
const Aws::String & |
value | ) |
|
|
inline |
The description of the character set.
Definition at line 97 of file CharacterSet.h.
◆ SetCharacterSetDescription() [3/3]
void Aws::RDS::Model::CharacterSet::SetCharacterSetDescription |
( |
const char * |
value | ) |
|
|
inline |
◆ SetCharacterSetName() [1/3]
void Aws::RDS::Model::CharacterSet::SetCharacterSetName |
( |
Aws::String && |
value | ) |
|
|
inline |
◆ SetCharacterSetName() [2/3]
void Aws::RDS::Model::CharacterSet::SetCharacterSetName |
( |
const Aws::String & |
value | ) |
|
|
inline |
◆ SetCharacterSetName() [3/3]
void Aws::RDS::Model::CharacterSet::SetCharacterSetName |
( |
const char * |
value | ) |
|
|
inline |
◆ WithCharacterSetDescription() [1/3]
◆ WithCharacterSetDescription() [2/3]
◆ WithCharacterSetDescription() [3/3]
CharacterSet& Aws::RDS::Model::CharacterSet::WithCharacterSetDescription |
( |
const char * |
value | ) |
|
|
inline |
◆ WithCharacterSetName() [1/3]
◆ WithCharacterSetName() [2/3]
◆ WithCharacterSetName() [3/3]
CharacterSet& Aws::RDS::Model::CharacterSet::WithCharacterSetName |
( |
const char * |
value | ) |
|
|
inline |
The documentation for this class was generated from the following file: