7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/elasticache/ElastiCacheRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/elasticache/model/Tag.h>
80 inline void SetKmsKeyId(
const char* value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId.assign(value); }
104 bool m_sourceServerlessCacheSnapshotNameHasBeenSet =
false;
107 bool m_targetServerlessCacheSnapshotNameHasBeenSet =
false;
110 bool m_kmsKeyIdHasBeenSet =
false;
113 bool m_tagsHasBeenSet =
false;
void SetSourceServerlessCacheSnapshotName(const Aws::String &value)
bool SourceServerlessCacheSnapshotNameHasBeenSet() const
CopyServerlessCacheSnapshotRequest & WithSourceServerlessCacheSnapshotName(const Aws::String &value)
bool TargetServerlessCacheSnapshotNameHasBeenSet() const
CopyServerlessCacheSnapshotRequest & WithKmsKeyId(Aws::String &&value)
const Aws::Vector< Tag > & GetTags() const
CopyServerlessCacheSnapshotRequest & WithTags(const Aws::Vector< Tag > &value)
CopyServerlessCacheSnapshotRequest & WithTargetServerlessCacheSnapshotName(Aws::String &&value)
CopyServerlessCacheSnapshotRequest & AddTags(Tag &&value)
CopyServerlessCacheSnapshotRequest & WithTargetServerlessCacheSnapshotName(const Aws::String &value)
bool KmsKeyIdHasBeenSet() const
void SetTargetServerlessCacheSnapshotName(Aws::String &&value)
CopyServerlessCacheSnapshotRequest & WithSourceServerlessCacheSnapshotName(Aws::String &&value)
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
void SetSourceServerlessCacheSnapshotName(Aws::String &&value)
CopyServerlessCacheSnapshotRequest & WithSourceServerlessCacheSnapshotName(const char *value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetKmsKeyId() const
void SetTags(Aws::Vector< Tag > &&value)
const Aws::String & GetSourceServerlessCacheSnapshotName() const
void SetSourceServerlessCacheSnapshotName(const char *value)
void SetKmsKeyId(Aws::String &&value)
AWS_ELASTICACHE_API CopyServerlessCacheSnapshotRequest()
CopyServerlessCacheSnapshotRequest & WithTags(Aws::Vector< Tag > &&value)
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetTargetServerlessCacheSnapshotName(const Aws::String &value)
bool TagsHasBeenSet() const
CopyServerlessCacheSnapshotRequest & AddTags(const Tag &value)
void SetTags(const Aws::Vector< Tag > &value)
CopyServerlessCacheSnapshotRequest & WithKmsKeyId(const Aws::String &value)
const Aws::String & GetTargetServerlessCacheSnapshotName() const
void SetKmsKeyId(const char *value)
void SetTargetServerlessCacheSnapshotName(const char *value)
CopyServerlessCacheSnapshotRequest & WithTargetServerlessCacheSnapshotName(const char *value)
CopyServerlessCacheSnapshotRequest & WithKmsKeyId(const char *value)
void SetKmsKeyId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector