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 {
37 template <
typename ServerlessCacheSnapshotT = ServerlessCacheSnapshot>
39 m_serverlessCacheSnapshotHasBeenSet =
true;
40 m_serverlessCacheSnapshot = std::forward<ServerlessCacheSnapshotT>(value);
42 template <
typename ServerlessCacheSnapshotT = ServerlessCacheSnapshot>
52 template <
typename ResponseMetadataT = ResponseMetadata>
54 m_responseMetadataHasBeenSet =
true;
55 m_responseMetadata = std::forward<ResponseMetadataT>(value);
57 template <
typename ResponseMetadataT = ResponseMetadata>
70 bool m_serverlessCacheSnapshotHasBeenSet =
false;
71 bool m_responseMetadataHasBeenSet =
false;
const ResponseMetadata & GetResponseMetadata() const
CopyServerlessCacheSnapshotResult & WithServerlessCacheSnapshot(ServerlessCacheSnapshotT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
const ServerlessCacheSnapshot & GetServerlessCacheSnapshot() const
void SetServerlessCacheSnapshot(ServerlessCacheSnapshotT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CopyServerlessCacheSnapshotResult & WithResponseMetadata(ResponseMetadataT &&value)
AWS_ELASTICACHE_API CopyServerlessCacheSnapshotResult()=default
AWS_ELASTICACHE_API CopyServerlessCacheSnapshotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_ELASTICACHE_API CopyServerlessCacheSnapshotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Utils::Xml::XmlDocument XmlDocument