7#include <aws/docdb/DocDB_EXPORTS.h>
8#include <aws/docdb/DocDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/docdb/model/Tag.h>
57 template<
typename SourceDBClusterSnapshotIdentifierT = Aws::String>
58 void SetSourceDBClusterSnapshotIdentifier(SourceDBClusterSnapshotIdentifierT&& value) { m_sourceDBClusterSnapshotIdentifierHasBeenSet =
true; m_sourceDBClusterSnapshotIdentifier = std::forward<SourceDBClusterSnapshotIdentifierT>(value); }
59 template<
typename SourceDBClusterSnapshotIdentifierT = Aws::String>
74 template<
typename TargetDBClusterSnapshotIdentifierT = Aws::String>
75 void SetTargetDBClusterSnapshotIdentifier(TargetDBClusterSnapshotIdentifierT&& value) { m_targetDBClusterSnapshotIdentifierHasBeenSet =
true; m_targetDBClusterSnapshotIdentifier = std::forward<TargetDBClusterSnapshotIdentifierT>(value); }
76 template<
typename TargetDBClusterSnapshotIdentifierT = Aws::String>
102 template<
typename KmsKeyIdT = Aws::String>
103 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
104 template<
typename KmsKeyIdT = Aws::String>
139 template<
typename PreSignedUrlT = Aws::String>
140 void SetPreSignedUrl(PreSignedUrlT&& value) { m_preSignedUrlHasBeenSet =
true; m_preSignedUrl = std::forward<PreSignedUrlT>(value); }
141 template<
typename PreSignedUrlT = Aws::String>
153 inline void SetCopyTags(
bool value) { m_copyTagsHasBeenSet =
true; m_copyTags = value; }
163 template<
typename TagsT = Aws::Vector<Tag>>
164 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
165 template<
typename TagsT = Aws::Vector<Tag>>
167 template<
typename TagsT = Tag>
177 template<
typename SourceRegionT = Aws::String>
178 void SetSourceRegion(SourceRegionT&& value) { m_sourceRegionHasBeenSet =
true; m_sourceRegion = std::forward<SourceRegionT>(value); }
179 template<
typename SourceRegionT = Aws::String>
185 bool m_sourceDBClusterSnapshotIdentifierHasBeenSet =
false;
188 bool m_targetDBClusterSnapshotIdentifierHasBeenSet =
false;
191 bool m_kmsKeyIdHasBeenSet =
false;
194 bool m_preSignedUrlHasBeenSet =
false;
196 bool m_copyTags{
false};
197 bool m_copyTagsHasBeenSet =
false;
200 bool m_tagsHasBeenSet =
false;
203 bool m_sourceRegionHasBeenSet =
false;
CopyDBClusterSnapshotRequest & AddTags(TagsT &&value)
CopyDBClusterSnapshotRequest & WithTags(TagsT &&value)
const Aws::String & GetSourceRegion() const
void SetTargetDBClusterSnapshotIdentifier(TargetDBClusterSnapshotIdentifierT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
CopyDBClusterSnapshotRequest & WithSourceDBClusterSnapshotIdentifier(SourceDBClusterSnapshotIdentifierT &&value)
bool TargetDBClusterSnapshotIdentifierHasBeenSet() const
void SetSourceDBClusterSnapshotIdentifier(SourceDBClusterSnapshotIdentifierT &&value)
bool PreSignedUrlHasBeenSet() const
CopyDBClusterSnapshotRequest & WithPreSignedUrl(PreSignedUrlT &&value)
bool TagsHasBeenSet() const
bool SourceDBClusterSnapshotIdentifierHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetTargetDBClusterSnapshotIdentifier() const
void SetPreSignedUrl(PreSignedUrlT &&value)
void SetTags(TagsT &&value)
CopyDBClusterSnapshotRequest & WithKmsKeyId(KmsKeyIdT &&value)
CopyDBClusterSnapshotRequest & WithSourceRegion(SourceRegionT &&value)
AWS_DOCDB_API Aws::String SerializePayload() const override
bool SourceRegionHasBeenSet() const
AWS_DOCDB_API CopyDBClusterSnapshotRequest()=default
CopyDBClusterSnapshotRequest & WithTargetDBClusterSnapshotIdentifier(TargetDBClusterSnapshotIdentifierT &&value)
const Aws::String & GetSourceDBClusterSnapshotIdentifier() const
void SetCopyTags(bool value)
CopyDBClusterSnapshotRequest & WithCopyTags(bool value)
AWS_DOCDB_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetSourceRegion(SourceRegionT &&value)
bool CopyTagsHasBeenSet() const
const Aws::String & GetPreSignedUrl() const
const Aws::String & GetKmsKeyId() const
bool KmsKeyIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector