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>
47 template <
typename SourceOptionGroupIdentifierT = Aws::String>
49 m_sourceOptionGroupIdentifierHasBeenSet =
true;
50 m_sourceOptionGroupIdentifier = std::forward<SourceOptionGroupIdentifierT>(value);
52 template <
typename SourceOptionGroupIdentifierT = Aws::String>
69 template <
typename TargetOptionGroupIdentifierT = Aws::String>
71 m_targetOptionGroupIdentifierHasBeenSet =
true;
72 m_targetOptionGroupIdentifier = std::forward<TargetOptionGroupIdentifierT>(value);
74 template <
typename TargetOptionGroupIdentifierT = Aws::String>
87 template <
typename TargetOptionGroupDescriptionT = Aws::String>
89 m_targetOptionGroupDescriptionHasBeenSet =
true;
90 m_targetOptionGroupDescription = std::forward<TargetOptionGroupDescriptionT>(value);
92 template <
typename TargetOptionGroupDescriptionT = Aws::String>
103 template <
typename TagsT = Aws::Vector<Tag>>
105 m_tagsHasBeenSet =
true;
106 m_tags = std::forward<TagsT>(value);
108 template <
typename TagsT = Aws::Vector<Tag>>
110 SetTags(std::forward<TagsT>(value));
113 template <
typename TagsT = Tag>
115 m_tagsHasBeenSet =
true;
116 m_tags.emplace_back(std::forward<TagsT>(value));
128 bool m_sourceOptionGroupIdentifierHasBeenSet =
false;
129 bool m_targetOptionGroupIdentifierHasBeenSet =
false;
130 bool m_targetOptionGroupDescriptionHasBeenSet =
false;
131 bool m_tagsHasBeenSet =
false;
bool SourceOptionGroupIdentifierHasBeenSet() const
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetTargetOptionGroupDescription() const
const Aws::String & GetTargetOptionGroupIdentifier() const
void SetSourceOptionGroupIdentifier(SourceOptionGroupIdentifierT &&value)
AWS_RDS_API Aws::String SerializePayload() const override
void SetTargetOptionGroupDescription(TargetOptionGroupDescriptionT &&value)
CopyOptionGroupRequest & WithTags(TagsT &&value)
AWS_RDS_API CopyOptionGroupRequest()=default
void SetTargetOptionGroupIdentifier(TargetOptionGroupIdentifierT &&value)
void SetTags(TagsT &&value)
const Aws::Vector< Tag > & GetTags() const
CopyOptionGroupRequest & WithTargetOptionGroupDescription(TargetOptionGroupDescriptionT &&value)
CopyOptionGroupRequest & AddTags(TagsT &&value)
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool TargetOptionGroupDescriptionHasBeenSet() const
CopyOptionGroupRequest & WithSourceOptionGroupIdentifier(SourceOptionGroupIdentifierT &&value)
bool TargetOptionGroupIdentifierHasBeenSet() const
const Aws::String & GetSourceOptionGroupIdentifier() const
CopyOptionGroupRequest & WithTargetOptionGroupIdentifier(TargetOptionGroupIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector