7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/elasticache/ElastiCacheRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetServerlessCacheSnapshotName(
const char* value) { m_serverlessCacheSnapshotNameHasBeenSet =
true; m_serverlessCacheSnapshotName.assign(value); }
64 inline void SetS3BucketName(
const char* value) { m_s3BucketNameHasBeenSet =
true; m_s3BucketName.assign(value); }
72 bool m_serverlessCacheSnapshotNameHasBeenSet =
false;
75 bool m_s3BucketNameHasBeenSet =
false;
bool S3BucketNameHasBeenSet() const
ExportServerlessCacheSnapshotRequest & WithServerlessCacheSnapshotName(Aws::String &&value)
AWS_ELASTICACHE_API ExportServerlessCacheSnapshotRequest()
void SetServerlessCacheSnapshotName(const Aws::String &value)
bool ServerlessCacheSnapshotNameHasBeenSet() const
const Aws::String & GetS3BucketName() const
ExportServerlessCacheSnapshotRequest & WithS3BucketName(Aws::String &&value)
const Aws::String & GetServerlessCacheSnapshotName() const
void SetServerlessCacheSnapshotName(Aws::String &&value)
void SetS3BucketName(const char *value)
ExportServerlessCacheSnapshotRequest & WithS3BucketName(const Aws::String &value)
void SetServerlessCacheSnapshotName(const char *value)
void SetS3BucketName(const Aws::String &value)
ExportServerlessCacheSnapshotRequest & WithServerlessCacheSnapshotName(const char *value)
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
ExportServerlessCacheSnapshotRequest & WithServerlessCacheSnapshotName(const Aws::String &value)
ExportServerlessCacheSnapshotRequest & WithS3BucketName(const char *value)
void SetS3BucketName(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String