7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rds/RDSRequest.h>
10#include <aws/rds/RDS_EXPORTS.h>
11#include <aws/rds/model/Tag.h>
50 template <
typename OptionGroupNameT = Aws::String>
52 m_optionGroupNameHasBeenSet =
true;
53 m_optionGroupName = std::forward<OptionGroupNameT>(value);
55 template <
typename OptionGroupNameT = Aws::String>
76 template <
typename EngineNameT = Aws::String>
78 m_engineNameHasBeenSet =
true;
79 m_engineName = std::forward<EngineNameT>(value);
81 template <
typename EngineNameT = Aws::String>
95 template <
typename MajorEngineVersionT = Aws::String>
97 m_majorEngineVersionHasBeenSet =
true;
98 m_majorEngineVersion = std::forward<MajorEngineVersionT>(value);
100 template <
typename MajorEngineVersionT = Aws::String>
113 template <
typename OptionGroupDescriptionT = Aws::String>
115 m_optionGroupDescriptionHasBeenSet =
true;
116 m_optionGroupDescription = std::forward<OptionGroupDescriptionT>(value);
118 template <
typename OptionGroupDescriptionT = Aws::String>
131 template <
typename TagsT = Aws::Vector<Tag>>
133 m_tagsHasBeenSet =
true;
134 m_tags = std::forward<TagsT>(value);
136 template <
typename TagsT = Aws::Vector<Tag>>
138 SetTags(std::forward<TagsT>(value));
141 template <
typename TagsT = Tag>
143 m_tagsHasBeenSet =
true;
144 m_tags.emplace_back(std::forward<TagsT>(value));
158 bool m_optionGroupNameHasBeenSet =
false;
159 bool m_engineNameHasBeenSet =
false;
160 bool m_majorEngineVersionHasBeenSet =
false;
161 bool m_optionGroupDescriptionHasBeenSet =
false;
162 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