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>
113 inline void SetKmsKeyId(
const char* value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId.assign(value); }
166 inline void SetPreSignedUrl(
const char* value) { m_preSignedUrlHasBeenSet =
true; m_preSignedUrl.assign(value); }
179 inline void SetCopyTags(
bool value) { m_copyTagsHasBeenSet =
true; m_copyTags = value; }
203 inline void SetSourceRegion(
const char* value) { m_sourceRegionHasBeenSet =
true; m_sourceRegion.assign(value); }
211 bool m_sourceDBClusterSnapshotIdentifierHasBeenSet =
false;
214 bool m_targetDBClusterSnapshotIdentifierHasBeenSet =
false;
217 bool m_kmsKeyIdHasBeenSet =
false;
220 bool m_preSignedUrlHasBeenSet =
false;
223 bool m_copyTagsHasBeenSet =
false;
226 bool m_tagsHasBeenSet =
false;
229 bool m_sourceRegionHasBeenSet =
false;
void SetTags(const Aws::Vector< Tag > &value)
CopyDBClusterSnapshotRequest & AddTags(const Tag &value)
CopyDBClusterSnapshotRequest & WithSourceDBClusterSnapshotIdentifier(Aws::String &&value)
AWS_RDS_API Aws::String SerializePayload() const override
void SetPreSignedUrl(const char *value)
CopyDBClusterSnapshotRequest & WithTargetDBClusterSnapshotIdentifier(Aws::String &&value)
void SetTags(Aws::Vector< Tag > &&value)
CopyDBClusterSnapshotRequest & WithSourceDBClusterSnapshotIdentifier(const Aws::String &value)
bool CopyTagsHasBeenSet() const
const Aws::String & GetKmsKeyId() const
void SetTargetDBClusterSnapshotIdentifier(Aws::String &&value)
const Aws::String & GetPreSignedUrl() const
void SetKmsKeyId(const char *value)
CopyDBClusterSnapshotRequest & WithPreSignedUrl(const char *value)
CopyDBClusterSnapshotRequest & AddTags(Tag &&value)
bool TagsHasBeenSet() const
CopyDBClusterSnapshotRequest & WithKmsKeyId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetSourceDBClusterSnapshotIdentifier(const char *value)
bool SourceDBClusterSnapshotIdentifierHasBeenSet() const
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
CopyDBClusterSnapshotRequest & WithSourceRegion(const Aws::String &value)
void SetTargetDBClusterSnapshotIdentifier(const char *value)
void SetSourceRegion(const Aws::String &value)
CopyDBClusterSnapshotRequest & WithTags(Aws::Vector< Tag > &&value)
CopyDBClusterSnapshotRequest & WithTargetDBClusterSnapshotIdentifier(const Aws::String &value)
void SetKmsKeyId(const Aws::String &value)
void SetPreSignedUrl(const Aws::String &value)
bool KmsKeyIdHasBeenSet() const
CopyDBClusterSnapshotRequest & WithSourceDBClusterSnapshotIdentifier(const char *value)
CopyDBClusterSnapshotRequest & WithSourceRegion(const char *value)
void SetKmsKeyId(Aws::String &&value)
CopyDBClusterSnapshotRequest & WithTargetDBClusterSnapshotIdentifier(const char *value)
void SetCopyTags(bool value)
CopyDBClusterSnapshotRequest & WithKmsKeyId(const char *value)
CopyDBClusterSnapshotRequest & WithPreSignedUrl(Aws::String &&value)
void SetTargetDBClusterSnapshotIdentifier(const Aws::String &value)
void SetSourceRegion(const char *value)
void SetPreSignedUrl(Aws::String &&value)
bool SourceRegionHasBeenSet() const
bool TargetDBClusterSnapshotIdentifierHasBeenSet() const
const Aws::String & GetTargetDBClusterSnapshotIdentifier() const
AWS_RDS_API CopyDBClusterSnapshotRequest()
CopyDBClusterSnapshotRequest & WithCopyTags(bool value)
void SetSourceDBClusterSnapshotIdentifier(const Aws::String &value)
void SetSourceRegion(Aws::String &&value)
CopyDBClusterSnapshotRequest & WithPreSignedUrl(const Aws::String &value)
CopyDBClusterSnapshotRequest & WithSourceRegion(Aws::String &&value)
const Aws::String & GetSourceDBClusterSnapshotIdentifier() const
bool PreSignedUrlHasBeenSet() const
CopyDBClusterSnapshotRequest & WithTags(const Aws::Vector< Tag > &value)
const Aws::String & GetSourceRegion() const
const Aws::Vector< Tag > & GetTags() const
CopyDBClusterSnapshotRequest & WithKmsKeyId(Aws::String &&value)
void SetSourceDBClusterSnapshotIdentifier(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector