7#include <aws/core/http/HttpResponse.h>
8#include <aws/elasticache/ElastiCache_EXPORTS.h>
9#include <aws/elasticache/model/ResponseMetadata.h>
10#include <aws/elasticache/model/ServerlessCacheSnapshot.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ElastiCache {
38 template <
typename ServerlessCacheSnapshotT = ServerlessCacheSnapshot>
40 m_serverlessCacheSnapshotHasBeenSet =
true;
41 m_serverlessCacheSnapshot = std::forward<ServerlessCacheSnapshotT>(value);
43 template <
typename ServerlessCacheSnapshotT = ServerlessCacheSnapshot>
53 template <
typename ResponseMetadataT = ResponseMetadata>
55 m_responseMetadataHasBeenSet =
true;
56 m_responseMetadata = std::forward<ResponseMetadataT>(value);
58 template <
typename ResponseMetadataT = ResponseMetadata>
71 bool m_serverlessCacheSnapshotHasBeenSet =
false;
72 bool m_responseMetadataHasBeenSet =
false;
AWS_ELASTICACHE_API DeleteServerlessCacheSnapshotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_ELASTICACHE_API DeleteServerlessCacheSnapshotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_ELASTICACHE_API DeleteServerlessCacheSnapshotResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DeleteServerlessCacheSnapshotResult & WithServerlessCacheSnapshot(ServerlessCacheSnapshotT &&value)
const ServerlessCacheSnapshot & GetServerlessCacheSnapshot() const
void SetServerlessCacheSnapshot(ServerlessCacheSnapshotT &&value)
DeleteServerlessCacheSnapshotResult & WithResponseMetadata(ResponseMetadataT &&value)
const ResponseMetadata & GetResponseMetadata() const
Aws::Utils::Xml::XmlDocument XmlDocument