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 CreateServerlessCacheSnapshotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateServerlessCacheSnapshotResult & WithResponseMetadata(ResponseMetadataT &&value)
AWS_ELASTICACHE_API CreateServerlessCacheSnapshotResult()=default
void SetServerlessCacheSnapshot(ServerlessCacheSnapshotT &&value)
const ResponseMetadata & GetResponseMetadata() const
AWS_ELASTICACHE_API CreateServerlessCacheSnapshotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const ServerlessCacheSnapshot & GetServerlessCacheSnapshot() const
void SetResponseMetadata(ResponseMetadataT &&value)
CreateServerlessCacheSnapshotResult & WithServerlessCacheSnapshot(ServerlessCacheSnapshotT &&value)
Aws::Utils::Xml::XmlDocument XmlDocument