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>
61 template<
typename SourceDBClusterSnapshotIdentifierT = Aws::String>
62 void SetSourceDBClusterSnapshotIdentifier(SourceDBClusterSnapshotIdentifierT&& value) { m_sourceDBClusterSnapshotIdentifierHasBeenSet =
true; m_sourceDBClusterSnapshotIdentifier = std::forward<SourceDBClusterSnapshotIdentifierT>(value); }
63 template<
typename SourceDBClusterSnapshotIdentifierT = Aws::String>
78 template<
typename TargetDBClusterSnapshotIdentifierT = Aws::String>
79 void SetTargetDBClusterSnapshotIdentifier(TargetDBClusterSnapshotIdentifierT&& value) { m_targetDBClusterSnapshotIdentifierHasBeenSet =
true; m_targetDBClusterSnapshotIdentifier = std::forward<TargetDBClusterSnapshotIdentifierT>(value); }
80 template<
typename TargetDBClusterSnapshotIdentifierT = Aws::String>
107 template<
typename KmsKeyIdT = Aws::String>
108 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
109 template<
typename KmsKeyIdT = Aws::String>
158 template<
typename PreSignedUrlT = Aws::String>
159 void SetPreSignedUrl(PreSignedUrlT&& value) { m_preSignedUrlHasBeenSet =
true; m_preSignedUrl = std::forward<PreSignedUrlT>(value); }
160 template<
typename PreSignedUrlT = Aws::String>
171 inline void SetCopyTags(
bool value) { m_copyTagsHasBeenSet =
true; m_copyTags = value; }
179 template<
typename TagsT = Aws::Vector<Tag>>
180 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
181 template<
typename TagsT = Aws::Vector<Tag>>
183 template<
typename TagsT = Tag>
193 template<
typename SourceRegionT = Aws::String>
194 void SetSourceRegion(SourceRegionT&& value) { m_sourceRegionHasBeenSet =
true; m_sourceRegion = std::forward<SourceRegionT>(value); }
195 template<
typename SourceRegionT = Aws::String>
201 bool m_sourceDBClusterSnapshotIdentifierHasBeenSet =
false;
204 bool m_targetDBClusterSnapshotIdentifierHasBeenSet =
false;
207 bool m_kmsKeyIdHasBeenSet =
false;
210 bool m_preSignedUrlHasBeenSet =
false;
212 bool m_copyTags{
false};
213 bool m_copyTagsHasBeenSet =
false;
216 bool m_tagsHasBeenSet =
false;
219 bool m_sourceRegionHasBeenSet =
false;
AWS_RDS_API Aws::String SerializePayload() const override
bool CopyTagsHasBeenSet() const
const Aws::String & GetKmsKeyId() const
const Aws::String & GetPreSignedUrl() const
CopyDBClusterSnapshotRequest & WithTags(TagsT &&value)
AWS_RDS_API CopyDBClusterSnapshotRequest()=default
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool SourceDBClusterSnapshotIdentifierHasBeenSet() const
CopyDBClusterSnapshotRequest & WithPreSignedUrl(PreSignedUrlT &&value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
CopyDBClusterSnapshotRequest & WithSourceDBClusterSnapshotIdentifier(SourceDBClusterSnapshotIdentifierT &&value)
CopyDBClusterSnapshotRequest & AddTags(TagsT &&value)
bool KmsKeyIdHasBeenSet() const
void SetSourceRegion(SourceRegionT &&value)
void SetSourceDBClusterSnapshotIdentifier(SourceDBClusterSnapshotIdentifierT &&value)
void SetCopyTags(bool value)
void SetTags(TagsT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
void SetPreSignedUrl(PreSignedUrlT &&value)
bool SourceRegionHasBeenSet() const
bool TargetDBClusterSnapshotIdentifierHasBeenSet() const
CopyDBClusterSnapshotRequest & WithTargetDBClusterSnapshotIdentifier(TargetDBClusterSnapshotIdentifierT &&value)
const Aws::String & GetTargetDBClusterSnapshotIdentifier() const
CopyDBClusterSnapshotRequest & WithCopyTags(bool value)
CopyDBClusterSnapshotRequest & WithSourceRegion(SourceRegionT &&value)
const Aws::String & GetSourceDBClusterSnapshotIdentifier() const
void SetTargetDBClusterSnapshotIdentifier(TargetDBClusterSnapshotIdentifierT &&value)
bool PreSignedUrlHasBeenSet() const
CopyDBClusterSnapshotRequest & WithKmsKeyId(KmsKeyIdT &&value)
const Aws::String & GetSourceRegion() const
const Aws::Vector< Tag > & GetTags() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector