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>
109 bool m_sourceDBParameterGroupIdentifierHasBeenSet =
false;
112 bool m_targetDBParameterGroupIdentifierHasBeenSet =
false;
115 bool m_targetDBParameterGroupDescriptionHasBeenSet =
false;
118 bool m_tagsHasBeenSet =
false;
void SetTargetDBParameterGroupIdentifier(const char *value)
void SetTargetDBParameterGroupIdentifier(const Aws::String &value)
CopyDBParameterGroupRequest & AddTags(const Tag &value)
const Aws::String & GetSourceDBParameterGroupIdentifier() const
CopyDBParameterGroupRequest & WithTags(Aws::Vector< Tag > &&value)
bool TargetDBParameterGroupDescriptionHasBeenSet() const
void SetTargetDBParameterGroupDescription(const char *value)
const Aws::Vector< Tag > & GetTags() const
bool TargetDBParameterGroupIdentifierHasBeenSet() const
AWS_RDS_API Aws::String SerializePayload() const override
CopyDBParameterGroupRequest & WithTargetDBParameterGroupDescription(const Aws::String &value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetSourceDBParameterGroupIdentifier(const char *value)
const Aws::String & GetTargetDBParameterGroupIdentifier() const
CopyDBParameterGroupRequest & WithSourceDBParameterGroupIdentifier(const Aws::String &value)
CopyDBParameterGroupRequest & WithSourceDBParameterGroupIdentifier(Aws::String &&value)
const Aws::String & GetTargetDBParameterGroupDescription() const
virtual const char * GetServiceRequestName() const override
CopyDBParameterGroupRequest & WithTargetDBParameterGroupIdentifier(Aws::String &&value)
void SetSourceDBParameterGroupIdentifier(const Aws::String &value)
void SetTargetDBParameterGroupDescription(const Aws::String &value)
CopyDBParameterGroupRequest & WithTargetDBParameterGroupIdentifier(const Aws::String &value)
CopyDBParameterGroupRequest & WithTargetDBParameterGroupIdentifier(const char *value)
CopyDBParameterGroupRequest & AddTags(Tag &&value)
CopyDBParameterGroupRequest & WithTargetDBParameterGroupDescription(Aws::String &&value)
void SetTargetDBParameterGroupDescription(Aws::String &&value)
void SetSourceDBParameterGroupIdentifier(Aws::String &&value)
CopyDBParameterGroupRequest & WithTargetDBParameterGroupDescription(const char *value)
CopyDBParameterGroupRequest & WithTags(const Aws::Vector< Tag > &value)
AWS_RDS_API CopyDBParameterGroupRequest()
CopyDBParameterGroupRequest & WithSourceDBParameterGroupIdentifier(const char *value)
void SetTags(Aws::Vector< Tag > &&value)
bool TagsHasBeenSet() const
void SetTargetDBParameterGroupIdentifier(Aws::String &&value)
bool SourceDBParameterGroupIdentifierHasBeenSet() const
void SetTags(const Aws::Vector< Tag > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector