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>
53 template<
typename SourceDBParameterGroupIdentifierT = Aws::String>
54 void SetSourceDBParameterGroupIdentifier(SourceDBParameterGroupIdentifierT&& value) { m_sourceDBParameterGroupIdentifierHasBeenSet =
true; m_sourceDBParameterGroupIdentifier = std::forward<SourceDBParameterGroupIdentifierT>(value); }
55 template<
typename SourceDBParameterGroupIdentifierT = Aws::String>
70 template<
typename TargetDBParameterGroupIdentifierT = Aws::String>
71 void SetTargetDBParameterGroupIdentifier(TargetDBParameterGroupIdentifierT&& value) { m_targetDBParameterGroupIdentifierHasBeenSet =
true; m_targetDBParameterGroupIdentifier = std::forward<TargetDBParameterGroupIdentifierT>(value); }
72 template<
typename TargetDBParameterGroupIdentifierT = Aws::String>
82 template<
typename TargetDBParameterGroupDescriptionT = Aws::String>
83 void SetTargetDBParameterGroupDescription(TargetDBParameterGroupDescriptionT&& value) { m_targetDBParameterGroupDescriptionHasBeenSet =
true; m_targetDBParameterGroupDescription = std::forward<TargetDBParameterGroupDescriptionT>(value); }
84 template<
typename TargetDBParameterGroupDescriptionT = Aws::String>
94 template<
typename TagsT = Aws::Vector<Tag>>
95 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
96 template<
typename TagsT = Aws::Vector<Tag>>
98 template<
typename TagsT = Tag>
104 bool m_sourceDBParameterGroupIdentifierHasBeenSet =
false;
107 bool m_targetDBParameterGroupIdentifierHasBeenSet =
false;
110 bool m_targetDBParameterGroupDescriptionHasBeenSet =
false;
113 bool m_tagsHasBeenSet =
false;
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
CopyDBParameterGroupRequest & AddTags(TagsT &&value)
AWS_NEPTUNE_API CopyDBParameterGroupRequest()=default
void SetSourceDBParameterGroupIdentifier(SourceDBParameterGroupIdentifierT &&value)
CopyDBParameterGroupRequest & WithSourceDBParameterGroupIdentifier(SourceDBParameterGroupIdentifierT &&value)
bool TagsHasBeenSet() const
AWS_NEPTUNE_API Aws::String SerializePayload() const override
bool TargetDBParameterGroupDescriptionHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
void SetTags(TagsT &&value)
const Aws::String & GetTargetDBParameterGroupDescription() const
CopyDBParameterGroupRequest & WithTargetDBParameterGroupDescription(TargetDBParameterGroupDescriptionT &&value)
CopyDBParameterGroupRequest & WithTargetDBParameterGroupIdentifier(TargetDBParameterGroupIdentifierT &&value)
CopyDBParameterGroupRequest & WithTags(TagsT &&value)
const Aws::String & GetTargetDBParameterGroupIdentifier() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetSourceDBParameterGroupIdentifier() const
void SetTargetDBParameterGroupDescription(TargetDBParameterGroupDescriptionT &&value)
bool SourceDBParameterGroupIdentifierHasBeenSet() const
void SetTargetDBParameterGroupIdentifier(TargetDBParameterGroupIdentifierT &&value)
bool TargetDBParameterGroupIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector