7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
54 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
68 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
82 inline void SetDefaultValue(
const char* value) { m_defaultValueHasBeenSet =
true; m_defaultValue.assign(value); }
96 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
110 inline void SetApplyType(
const char* value) { m_applyTypeHasBeenSet =
true; m_applyType.assign(value); }
124 inline void SetDataType(
const char* value) { m_dataTypeHasBeenSet =
true; m_dataType.assign(value); }
138 inline void SetAllowedValues(
const char* value) { m_allowedValuesHasBeenSet =
true; m_allowedValues.assign(value); }
150 inline void SetIsModifiable(
bool value) { m_isModifiableHasBeenSet =
true; m_isModifiable = value; }
160 inline void SetIsCollection(
bool value) { m_isCollectionHasBeenSet =
true; m_isCollection = value; }
166 bool m_nameHasBeenSet =
false;
169 bool m_valueHasBeenSet =
false;
172 bool m_defaultValueHasBeenSet =
false;
175 bool m_descriptionHasBeenSet =
false;
178 bool m_applyTypeHasBeenSet =
false;
181 bool m_dataTypeHasBeenSet =
false;
184 bool m_allowedValuesHasBeenSet =
false;
187 bool m_isModifiableHasBeenSet =
false;
190 bool m_isCollectionHasBeenSet =
false;
OptionSetting & WithAllowedValues(Aws::String &&value)
bool DefaultValueHasBeenSet() const
OptionSetting & WithDataType(Aws::String &&value)
bool DataTypeHasBeenSet() const
bool IsModifiableHasBeenSet() const
OptionSetting & WithValue(const char *value)
void SetDescription(const Aws::String &value)
void SetDefaultValue(const Aws::String &value)
OptionSetting & WithDataType(const char *value)
void SetDefaultValue(Aws::String &&value)
void SetApplyType(const char *value)
OptionSetting & WithName(const char *value)
OptionSetting & WithApplyType(Aws::String &&value)
bool ApplyTypeHasBeenSet() const
OptionSetting & WithApplyType(const Aws::String &value)
OptionSetting & WithName(const Aws::String &value)
void SetIsCollection(bool value)
bool DescriptionHasBeenSet() const
OptionSetting & WithValue(const Aws::String &value)
void SetApplyType(const Aws::String &value)
bool IsCollectionHasBeenSet() const
void SetDefaultValue(const char *value)
const Aws::String & GetDefaultValue() const
OptionSetting & WithIsModifiable(bool value)
OptionSetting & WithValue(Aws::String &&value)
AWS_RDS_API OptionSetting()
void SetAllowedValues(const char *value)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool GetIsCollection() const
const Aws::String & GetAllowedValues() const
void SetName(Aws::String &&value)
const Aws::String & GetApplyType() const
void SetApplyType(Aws::String &&value)
bool GetIsModifiable() const
void SetDataType(const char *value)
OptionSetting & WithDefaultValue(const Aws::String &value)
AWS_RDS_API OptionSetting & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
OptionSetting & WithAllowedValues(const Aws::String &value)
const Aws::String & GetValue() const
OptionSetting & WithDataType(const Aws::String &value)
OptionSetting & WithAllowedValues(const char *value)
const Aws::String & GetName() const
const Aws::String & GetDescription() const
OptionSetting & WithDescription(const Aws::String &value)
void SetDescription(Aws::String &&value)
void SetAllowedValues(const Aws::String &value)
OptionSetting & WithDefaultValue(const char *value)
OptionSetting & WithName(Aws::String &&value)
void SetDescription(const char *value)
AWS_RDS_API OptionSetting(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetValue(const Aws::String &value)
OptionSetting & WithDescription(const char *value)
OptionSetting & WithIsCollection(bool value)
OptionSetting & WithDescription(Aws::String &&value)
OptionSetting & WithApplyType(const char *value)
void SetIsModifiable(bool value)
void SetName(const Aws::String &value)
void SetDataType(const Aws::String &value)
bool ValueHasBeenSet() const
void SetAllowedValues(Aws::String &&value)
OptionSetting & WithDefaultValue(Aws::String &&value)
bool AllowedValuesHasBeenSet() const
const Aws::String & GetDataType() const
bool NameHasBeenSet() const
void SetDataType(Aws::String &&value)
void SetName(const char *value)
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetValue(Aws::String &&value)
void SetValue(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream