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>
50 template<
typename SourceDBClusterSnapshotIdentifierT = Aws::String>
51 void SetSourceDBClusterSnapshotIdentifier(SourceDBClusterSnapshotIdentifierT&& value) { m_sourceDBClusterSnapshotIdentifierHasBeenSet =
true; m_sourceDBClusterSnapshotIdentifier = std::forward<SourceDBClusterSnapshotIdentifierT>(value); }
52 template<
typename SourceDBClusterSnapshotIdentifierT = Aws::String>
67 template<
typename TargetDBClusterSnapshotIdentifierT = Aws::String>
68 void SetTargetDBClusterSnapshotIdentifier(TargetDBClusterSnapshotIdentifierT&& value) { m_targetDBClusterSnapshotIdentifierHasBeenSet =
true; m_targetDBClusterSnapshotIdentifier = std::forward<TargetDBClusterSnapshotIdentifierT>(value); }
69 template<
typename TargetDBClusterSnapshotIdentifierT = Aws::String>
93 template<
typename KmsKeyIdT = Aws::String>
94 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
95 template<
typename KmsKeyIdT = Aws::String>
105 template<
typename PreSignedUrlT = Aws::String>
106 void SetPreSignedUrl(PreSignedUrlT&& value) { m_preSignedUrlHasBeenSet =
true; m_preSignedUrl = std::forward<PreSignedUrlT>(value); }
107 template<
typename PreSignedUrlT = Aws::String>
118 inline void SetCopyTags(
bool value) { m_copyTagsHasBeenSet =
true; m_copyTags = value; }
128 template<
typename TagsT = Aws::Vector<Tag>>
129 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
130 template<
typename TagsT = Aws::Vector<Tag>>
132 template<
typename TagsT = Tag>
142 template<
typename SourceRegionT = Aws::String>
143 void SetSourceRegion(SourceRegionT&& value) { m_sourceRegionHasBeenSet =
true; m_sourceRegion = std::forward<SourceRegionT>(value); }
144 template<
typename SourceRegionT = Aws::String>
150 bool m_sourceDBClusterSnapshotIdentifierHasBeenSet =
false;
153 bool m_targetDBClusterSnapshotIdentifierHasBeenSet =
false;
156 bool m_kmsKeyIdHasBeenSet =
false;
159 bool m_preSignedUrlHasBeenSet =
false;
161 bool m_copyTags{
false};
162 bool m_copyTagsHasBeenSet =
false;
165 bool m_tagsHasBeenSet =
false;
168 bool m_sourceRegionHasBeenSet =
false;
bool CopyTagsHasBeenSet() const
void SetPreSignedUrl(PreSignedUrlT &&value)
virtual const char * GetServiceRequestName() const override
void SetCopyTags(bool value)
CopyDBClusterSnapshotRequest & WithCopyTags(bool value)
AWS_NEPTUNE_API Aws::String SerializePayload() const override
bool SourceRegionHasBeenSet() const
const Aws::String & GetPreSignedUrl() const
const Aws::Vector< Tag > & GetTags() const
bool SourceDBClusterSnapshotIdentifierHasBeenSet() const
bool PreSignedUrlHasBeenSet() const
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
CopyDBClusterSnapshotRequest & WithTargetDBClusterSnapshotIdentifier(TargetDBClusterSnapshotIdentifierT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
const Aws::String & GetSourceDBClusterSnapshotIdentifier() const
void SetSourceDBClusterSnapshotIdentifier(SourceDBClusterSnapshotIdentifierT &&value)
bool TargetDBClusterSnapshotIdentifierHasBeenSet() const
AWS_NEPTUNE_API CopyDBClusterSnapshotRequest()=default
CopyDBClusterSnapshotRequest & WithKmsKeyId(KmsKeyIdT &&value)
bool TagsHasBeenSet() const
bool KmsKeyIdHasBeenSet() const
void SetSourceRegion(SourceRegionT &&value)
CopyDBClusterSnapshotRequest & WithPreSignedUrl(PreSignedUrlT &&value)
const Aws::String & GetSourceRegion() const
CopyDBClusterSnapshotRequest & WithSourceRegion(SourceRegionT &&value)
CopyDBClusterSnapshotRequest & WithTags(TagsT &&value)
void SetTargetDBClusterSnapshotIdentifier(TargetDBClusterSnapshotIdentifierT &&value)
void SetTags(TagsT &&value)
CopyDBClusterSnapshotRequest & AddTags(TagsT &&value)
const Aws::String & GetKmsKeyId() const
const Aws::String & GetTargetDBClusterSnapshotIdentifier() const
CopyDBClusterSnapshotRequest & WithSourceDBClusterSnapshotIdentifier(SourceDBClusterSnapshotIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector