7#include <aws/docdb-elastic/DocDBElastic_EXPORTS.h>
8#include <aws/docdb-elastic/DocDBElasticRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
43 inline void SetCopyTags(
bool value) { m_copyTagsHasBeenSet =
true; m_copyTags = value; }
71 inline void SetKmsKeyId(
const char* value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId.assign(value); }
86 inline void SetSnapshotArn(
const char* value) { m_snapshotArnHasBeenSet =
true; m_snapshotArn.assign(value); }
124 inline void SetTargetSnapshotName(
const char* value) { m_targetSnapshotNameHasBeenSet =
true; m_targetSnapshotName.assign(value); }
132 bool m_copyTagsHasBeenSet =
false;
135 bool m_kmsKeyIdHasBeenSet =
false;
138 bool m_snapshotArnHasBeenSet =
false;
141 bool m_tagsHasBeenSet =
false;
144 bool m_targetSnapshotNameHasBeenSet =
false;
CopyClusterSnapshotRequest & AddTags(Aws::String &&key, const Aws::String &value)
CopyClusterSnapshotRequest & WithTargetSnapshotName(const Aws::String &value)
void SetSnapshotArn(const Aws::String &value)
CopyClusterSnapshotRequest & AddTags(const char *key, Aws::String &&value)
bool KmsKeyIdHasBeenSet() const
void SetKmsKeyId(const Aws::String &value)
CopyClusterSnapshotRequest & WithKmsKeyId(const char *value)
CopyClusterSnapshotRequest & AddTags(const char *key, const char *value)
CopyClusterSnapshotRequest & WithCopyTags(bool value)
bool TargetSnapshotNameHasBeenSet() const
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetTargetSnapshotName(const char *value)
void SetKmsKeyId(Aws::String &&value)
CopyClusterSnapshotRequest & AddTags(const Aws::String &key, const Aws::String &value)
void SetSnapshotArn(const char *value)
bool CopyTagsHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
virtual const char * GetServiceRequestName() const override
CopyClusterSnapshotRequest & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
CopyClusterSnapshotRequest & WithKmsKeyId(Aws::String &&value)
CopyClusterSnapshotRequest & WithKmsKeyId(const Aws::String &value)
AWS_DOCDBELASTIC_API Aws::String SerializePayload() const override
void SetKmsKeyId(const char *value)
CopyClusterSnapshotRequest & WithTargetSnapshotName(Aws::String &&value)
void SetTargetSnapshotName(Aws::String &&value)
bool SnapshotArnHasBeenSet() const
CopyClusterSnapshotRequest & WithSnapshotArn(const Aws::String &value)
bool TagsHasBeenSet() const
CopyClusterSnapshotRequest & WithTargetSnapshotName(const char *value)
const Aws::String & GetSnapshotArn() const
CopyClusterSnapshotRequest & AddTags(const Aws::String &key, Aws::String &&value)
CopyClusterSnapshotRequest & AddTags(Aws::String &&key, Aws::String &&value)
AWS_DOCDBELASTIC_API CopyClusterSnapshotRequest()
CopyClusterSnapshotRequest & AddTags(Aws::String &&key, const char *value)
CopyClusterSnapshotRequest & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetSnapshotArn(Aws::String &&value)
void SetTargetSnapshotName(const Aws::String &value)
CopyClusterSnapshotRequest & WithSnapshotArn(Aws::String &&value)
const Aws::String & GetKmsKeyId() const
const Aws::String & GetTargetSnapshotName() const
CopyClusterSnapshotRequest & WithSnapshotArn(const char *value)
void SetCopyTags(bool value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String