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>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/rds/model/MinimumEngineVersionPerAllowedValue.h>
52 template<
typename SettingNameT = Aws::String>
53 void SetSettingName(SettingNameT&& value) { m_settingNameHasBeenSet =
true; m_settingName = std::forward<SettingNameT>(value); }
54 template<
typename SettingNameT = Aws::String>
64 template<
typename SettingDescriptionT = Aws::String>
65 void SetSettingDescription(SettingDescriptionT&& value) { m_settingDescriptionHasBeenSet =
true; m_settingDescription = std::forward<SettingDescriptionT>(value); }
66 template<
typename SettingDescriptionT = Aws::String>
76 template<
typename DefaultValueT = Aws::String>
77 void SetDefaultValue(DefaultValueT&& value) { m_defaultValueHasBeenSet =
true; m_defaultValue = std::forward<DefaultValueT>(value); }
78 template<
typename DefaultValueT = Aws::String>
88 template<
typename ApplyTypeT = Aws::String>
89 void SetApplyType(ApplyTypeT&& value) { m_applyTypeHasBeenSet =
true; m_applyType = std::forward<ApplyTypeT>(value); }
90 template<
typename ApplyTypeT = Aws::String>
100 template<
typename AllowedValuesT = Aws::String>
101 void SetAllowedValues(AllowedValuesT&& value) { m_allowedValuesHasBeenSet =
true; m_allowedValues = std::forward<AllowedValuesT>(value); }
102 template<
typename AllowedValuesT = Aws::String>
113 inline void SetIsModifiable(
bool value) { m_isModifiableHasBeenSet =
true; m_isModifiable = value; }
124 inline void SetIsRequired(
bool value) { m_isRequiredHasBeenSet =
true; m_isRequired = value; }
135 template<
typename MinimumEngineVersionPerAllowedValueT = Aws::Vector<MinimumEngineVersionPerAllowedValue>>
136 void SetMinimumEngineVersionPerAllowedValue(MinimumEngineVersionPerAllowedValueT&& value) { m_minimumEngineVersionPerAllowedValueHasBeenSet =
true; m_minimumEngineVersionPerAllowedValue = std::forward<MinimumEngineVersionPerAllowedValueT>(value); }
137 template<
typename MinimumEngineVersionPerAllowedValueT = Aws::Vector<MinimumEngineVersionPerAllowedValue>>
139 template<
typename MinimumEngineVersionPerAllowedValueT = MinimumEngineVersionPerAllowedValue>
145 bool m_settingNameHasBeenSet =
false;
148 bool m_settingDescriptionHasBeenSet =
false;
151 bool m_defaultValueHasBeenSet =
false;
154 bool m_applyTypeHasBeenSet =
false;
157 bool m_allowedValuesHasBeenSet =
false;
159 bool m_isModifiable{
false};
160 bool m_isModifiableHasBeenSet =
false;
162 bool m_isRequired{
false};
163 bool m_isRequiredHasBeenSet =
false;
166 bool m_minimumEngineVersionPerAllowedValueHasBeenSet =
false;
bool IsModifiableHasBeenSet() const
OptionGroupOptionSetting & WithSettingDescription(SettingDescriptionT &&value)
const Aws::String & GetSettingDescription() const
void SetDefaultValue(DefaultValueT &&value)
const Aws::Vector< MinimumEngineVersionPerAllowedValue > & GetMinimumEngineVersionPerAllowedValue() const
bool SettingNameHasBeenSet() const
bool AllowedValuesHasBeenSet() const
bool SettingDescriptionHasBeenSet() const
OptionGroupOptionSetting & WithAllowedValues(AllowedValuesT &&value)
const Aws::String & GetApplyType() const
OptionGroupOptionSetting & WithApplyType(ApplyTypeT &&value)
bool GetIsModifiable() const
const Aws::String & GetAllowedValues() const
bool GetIsRequired() const
void SetIsRequired(bool value)
const Aws::String & GetSettingName() const
OptionGroupOptionSetting & WithIsModifiable(bool value)
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
OptionGroupOptionSetting & WithIsRequired(bool value)
bool IsRequiredHasBeenSet() const
const Aws::String & GetDefaultValue() const
void SetApplyType(ApplyTypeT &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
OptionGroupOptionSetting & WithDefaultValue(DefaultValueT &&value)
bool DefaultValueHasBeenSet() const
void SetAllowedValues(AllowedValuesT &&value)
OptionGroupOptionSetting & WithMinimumEngineVersionPerAllowedValue(MinimumEngineVersionPerAllowedValueT &&value)
void SetMinimumEngineVersionPerAllowedValue(MinimumEngineVersionPerAllowedValueT &&value)
AWS_RDS_API OptionGroupOptionSetting()=default
AWS_RDS_API OptionGroupOptionSetting & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetSettingName(SettingNameT &&value)
OptionGroupOptionSetting & WithSettingName(SettingNameT &&value)
AWS_RDS_API OptionGroupOptionSetting(const Aws::Utils::Xml::XmlNode &xmlNode)
bool MinimumEngineVersionPerAllowedValueHasBeenSet() const
OptionGroupOptionSetting & AddMinimumEngineVersionPerAllowedValue(MinimumEngineVersionPerAllowedValueT &&value)
void SetSettingDescription(SettingDescriptionT &&value)
void SetIsModifiable(bool value)
bool ApplyTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream