7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/neptune/model/Tag.h>
110 bool m_sourceDBParameterGroupIdentifierHasBeenSet =
false;
113 bool m_targetDBParameterGroupIdentifierHasBeenSet =
false;
116 bool m_targetDBParameterGroupDescriptionHasBeenSet =
false;
119 bool m_tagsHasBeenSet =
false;
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
CopyDBParameterGroupRequest & WithTargetDBParameterGroupDescription(const Aws::String &value)
CopyDBParameterGroupRequest & WithTags(const Aws::Vector< Tag > &value)
CopyDBParameterGroupRequest & AddTags(Tag &&value)
void SetSourceDBParameterGroupIdentifier(Aws::String &&value)
CopyDBParameterGroupRequest & WithTargetDBParameterGroupDescription(Aws::String &&value)
void SetTargetDBParameterGroupDescription(const Aws::String &value)
CopyDBParameterGroupRequest & WithTargetDBParameterGroupIdentifier(const char *value)
bool TagsHasBeenSet() const
AWS_NEPTUNE_API Aws::String SerializePayload() const override
bool TargetDBParameterGroupDescriptionHasBeenSet() const
CopyDBParameterGroupRequest & WithSourceDBParameterGroupIdentifier(Aws::String &&value)
CopyDBParameterGroupRequest & WithTargetDBParameterGroupDescription(const char *value)
CopyDBParameterGroupRequest & AddTags(const Tag &value)
AWS_NEPTUNE_API CopyDBParameterGroupRequest()
const Aws::Vector< Tag > & GetTags() const
void SetTargetDBParameterGroupDescription(Aws::String &&value)
void SetTags(const Aws::Vector< Tag > &value)
const Aws::String & GetTargetDBParameterGroupDescription() const
void SetTargetDBParameterGroupDescription(const char *value)
CopyDBParameterGroupRequest & WithSourceDBParameterGroupIdentifier(const Aws::String &value)
void SetTargetDBParameterGroupIdentifier(const Aws::String &value)
const Aws::String & GetTargetDBParameterGroupIdentifier() const
CopyDBParameterGroupRequest & WithTargetDBParameterGroupIdentifier(Aws::String &&value)
void SetTags(Aws::Vector< Tag > &&value)
virtual const char * GetServiceRequestName() const override
void SetSourceDBParameterGroupIdentifier(const char *value)
void SetTargetDBParameterGroupIdentifier(const char *value)
const Aws::String & GetSourceDBParameterGroupIdentifier() const
CopyDBParameterGroupRequest & WithTags(Aws::Vector< Tag > &&value)
CopyDBParameterGroupRequest & WithSourceDBParameterGroupIdentifier(const char *value)
bool SourceDBParameterGroupIdentifierHasBeenSet() const
CopyDBParameterGroupRequest & WithTargetDBParameterGroupIdentifier(const Aws::String &value)
void SetTargetDBParameterGroupIdentifier(Aws::String &&value)
void SetSourceDBParameterGroupIdentifier(const Aws::String &value)
bool TargetDBParameterGroupIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector