7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/rds/model/Tag.h>
54 template<
typename OptionGroupNameT = Aws::String>
55 void SetOptionGroupName(OptionGroupNameT&& value) { m_optionGroupNameHasBeenSet =
true; m_optionGroupName = std::forward<OptionGroupNameT>(value); }
56 template<
typename OptionGroupNameT = Aws::String>
74 template<
typename EngineNameT = Aws::String>
75 void SetEngineName(EngineNameT&& value) { m_engineNameHasBeenSet =
true; m_engineName = std::forward<EngineNameT>(value); }
76 template<
typename EngineNameT = Aws::String>
87 template<
typename MajorEngineVersionT = Aws::String>
88 void SetMajorEngineVersion(MajorEngineVersionT&& value) { m_majorEngineVersionHasBeenSet =
true; m_majorEngineVersion = std::forward<MajorEngineVersionT>(value); }
89 template<
typename MajorEngineVersionT = Aws::String>
99 template<
typename OptionGroupDescriptionT = Aws::String>
100 void SetOptionGroupDescription(OptionGroupDescriptionT&& value) { m_optionGroupDescriptionHasBeenSet =
true; m_optionGroupDescription = std::forward<OptionGroupDescriptionT>(value); }
101 template<
typename OptionGroupDescriptionT = Aws::String>
111 template<
typename TagsT = Aws::Vector<Tag>>
112 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
113 template<
typename TagsT = Aws::Vector<Tag>>
115 template<
typename TagsT = Tag>
121 bool m_optionGroupNameHasBeenSet =
false;
124 bool m_engineNameHasBeenSet =
false;
127 bool m_majorEngineVersionHasBeenSet =
false;
130 bool m_optionGroupDescriptionHasBeenSet =
false;
133 bool m_tagsHasBeenSet =
false;
CreateOptionGroupRequest & WithEngineName(EngineNameT &&value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
CreateOptionGroupRequest & WithTags(TagsT &&value)
const Aws::String & GetOptionGroupName() const
const Aws::String & GetEngineName() const
bool OptionGroupDescriptionHasBeenSet() const
void SetTags(TagsT &&value)
const Aws::Vector< Tag > & GetTags() const
void SetOptionGroupName(OptionGroupNameT &&value)
bool MajorEngineVersionHasBeenSet() const
CreateOptionGroupRequest & AddTags(TagsT &&value)
CreateOptionGroupRequest & WithOptionGroupName(OptionGroupNameT &&value)
CreateOptionGroupRequest & WithMajorEngineVersion(MajorEngineVersionT &&value)
bool TagsHasBeenSet() const
const Aws::String & GetOptionGroupDescription() const
const Aws::String & GetMajorEngineVersion() const
void SetEngineName(EngineNameT &&value)
bool EngineNameHasBeenSet() const
AWS_RDS_API Aws::String SerializePayload() const override
bool OptionGroupNameHasBeenSet() const
CreateOptionGroupRequest & WithOptionGroupDescription(OptionGroupDescriptionT &&value)
void SetMajorEngineVersion(MajorEngineVersionT &&value)
void SetOptionGroupDescription(OptionGroupDescriptionT &&value)
AWS_RDS_API CreateOptionGroupRequest()=default
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector