68 inline void SetOptionGroupName(
const char* value) { m_optionGroupNameHasBeenSet =
true; m_optionGroupName.assign(value); }
186 inline void SetApplyImmediately(
bool value) { m_applyImmediatelyHasBeenSet =
true; m_applyImmediately = value; }
196 bool m_optionGroupNameHasBeenSet;
198 bool m_optionsToIncludeHasBeenSet;
200 bool m_optionsToRemoveHasBeenSet;
201 bool m_applyImmediately;
202 bool m_applyImmediatelyHasBeenSet;
const Aws::Vector< Aws::String > & GetOptionsToRemove() const
ModifyOptionGroupRequest & AddOptionsToRemove(const char *value)
void SetApplyImmediately(bool value)
ModifyOptionGroupRequest & AddOptionsToInclude(OptionConfiguration &&value)
void SetOptionsToRemove(const Aws::Vector< Aws::String > &value)
ModifyOptionGroupRequest & AddOptionsToRemove(const Aws::String &value)
ModifyOptionGroupRequest & WithOptionsToInclude(const Aws::Vector< OptionConfiguration > &value)
std::vector< T, Aws::Allocator< T > > Vector
ModifyOptionGroupRequest & AddOptionsToInclude(const OptionConfiguration &value)
bool GetApplyImmediately() const
ModifyOptionGroupRequest & WithOptionsToRemove(Aws::Vector< Aws::String > &&value)
ModifyOptionGroupRequest & WithOptionGroupName(const char *value)
void SetOptionsToRemove(Aws::Vector< Aws::String > &&value)
void SetOptionsToInclude(Aws::Vector< OptionConfiguration > &&value)
ModifyOptionGroupRequest & WithOptionsToInclude(Aws::Vector< OptionConfiguration > &&value)
ModifyOptionGroupRequest & WithOptionsToRemove(const Aws::Vector< Aws::String > &value)
void SetOptionGroupName(const char *value)
void SetOptionGroupName(const Aws::String &value)
ModifyOptionGroupRequest & WithApplyImmediately(bool value)
const Aws::Vector< OptionConfiguration > & GetOptionsToInclude() const
ModifyOptionGroupRequest & WithOptionGroupName(const Aws::String &value)
const Aws::String & GetOptionGroupName() const
ModifyOptionGroupRequest & AddOptionsToRemove(Aws::String &&value)
void SetOptionGroupName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
ModifyOptionGroupRequest & WithOptionGroupName(Aws::String &&value)
void SetOptionsToInclude(const Aws::Vector< OptionConfiguration > &value)
JSON (JavaScript Object Notation).