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