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>
55 template<
typename SourceDBParameterGroupIdentifierT = Aws::String>
56 void SetSourceDBParameterGroupIdentifier(SourceDBParameterGroupIdentifierT&& value) { m_sourceDBParameterGroupIdentifierHasBeenSet =
true; m_sourceDBParameterGroupIdentifier = std::forward<SourceDBParameterGroupIdentifierT>(value); }
57 template<
typename SourceDBParameterGroupIdentifierT = Aws::String>
71 template<
typename TargetDBParameterGroupIdentifierT = Aws::String>
72 void SetTargetDBParameterGroupIdentifier(TargetDBParameterGroupIdentifierT&& value) { m_targetDBParameterGroupIdentifierHasBeenSet =
true; m_targetDBParameterGroupIdentifier = std::forward<TargetDBParameterGroupIdentifierT>(value); }
73 template<
typename TargetDBParameterGroupIdentifierT = Aws::String>
83 template<
typename TargetDBParameterGroupDescriptionT = Aws::String>
84 void SetTargetDBParameterGroupDescription(TargetDBParameterGroupDescriptionT&& value) { m_targetDBParameterGroupDescriptionHasBeenSet =
true; m_targetDBParameterGroupDescription = std::forward<TargetDBParameterGroupDescriptionT>(value); }
85 template<
typename TargetDBParameterGroupDescriptionT = Aws::String>
93 template<
typename TagsT = Aws::Vector<Tag>>
94 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
95 template<
typename TagsT = Aws::Vector<Tag>>
97 template<
typename TagsT = Tag>
103 bool m_sourceDBParameterGroupIdentifierHasBeenSet =
false;
106 bool m_targetDBParameterGroupIdentifierHasBeenSet =
false;
109 bool m_targetDBParameterGroupDescriptionHasBeenSet =
false;
112 bool m_tagsHasBeenSet =
false;
CopyDBParameterGroupRequest & WithTags(TagsT &&value)
CopyDBParameterGroupRequest & WithTargetDBParameterGroupDescription(TargetDBParameterGroupDescriptionT &&value)
const Aws::String & GetSourceDBParameterGroupIdentifier() const
bool TargetDBParameterGroupDescriptionHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
bool TargetDBParameterGroupIdentifierHasBeenSet() const
void SetTargetDBParameterGroupDescription(TargetDBParameterGroupDescriptionT &&value)
AWS_RDS_API Aws::String SerializePayload() const override
AWS_RDS_API CopyDBParameterGroupRequest()=default
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetSourceDBParameterGroupIdentifier(SourceDBParameterGroupIdentifierT &&value)
const Aws::String & GetTargetDBParameterGroupIdentifier() const
const Aws::String & GetTargetDBParameterGroupDescription() const
virtual const char * GetServiceRequestName() const override
void SetTags(TagsT &&value)
void SetTargetDBParameterGroupIdentifier(TargetDBParameterGroupIdentifierT &&value)
CopyDBParameterGroupRequest & WithTargetDBParameterGroupIdentifier(TargetDBParameterGroupIdentifierT &&value)
CopyDBParameterGroupRequest & AddTags(TagsT &&value)
bool TagsHasBeenSet() const
bool SourceDBParameterGroupIdentifierHasBeenSet() const
CopyDBParameterGroupRequest & WithSourceDBParameterGroupIdentifier(SourceDBParameterGroupIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector