7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/elasticache/ElastiCacheRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ServerlessCacheSnapshotNameT = Aws::String>
47 void SetServerlessCacheSnapshotName(ServerlessCacheSnapshotNameT&& value) { m_serverlessCacheSnapshotNameHasBeenSet =
true; m_serverlessCacheSnapshotName = std::forward<ServerlessCacheSnapshotNameT>(value); }
48 template<
typename ServerlessCacheSnapshotNameT = Aws::String>
60 template<
typename S3BucketNameT = Aws::String>
61 void SetS3BucketName(S3BucketNameT&& value) { m_s3BucketNameHasBeenSet =
true; m_s3BucketName = std::forward<S3BucketNameT>(value); }
62 template<
typename S3BucketNameT = Aws::String>
68 bool m_serverlessCacheSnapshotNameHasBeenSet =
false;
71 bool m_s3BucketNameHasBeenSet =
false;
bool S3BucketNameHasBeenSet() const
void SetServerlessCacheSnapshotName(ServerlessCacheSnapshotNameT &&value)
ExportServerlessCacheSnapshotRequest & WithS3BucketName(S3BucketNameT &&value)
bool ServerlessCacheSnapshotNameHasBeenSet() const
const Aws::String & GetS3BucketName() const
const Aws::String & GetServerlessCacheSnapshotName() const
ExportServerlessCacheSnapshotRequest & WithServerlessCacheSnapshotName(ServerlessCacheSnapshotNameT &&value)
void SetS3BucketName(S3BucketNameT &&value)
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_ELASTICACHE_API ExportServerlessCacheSnapshotRequest()=default
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String