7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/elasticache/model/ResponseMetadata.h>
9#include <aws/elasticache/model/ServerlessCacheSnapshot.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ElastiCache {
36 template <
typename ServerlessCacheSnapshotT = ServerlessCacheSnapshot>
38 m_serverlessCacheSnapshotHasBeenSet =
true;
39 m_serverlessCacheSnapshot = std::forward<ServerlessCacheSnapshotT>(value);
41 template <
typename ServerlessCacheSnapshotT = ServerlessCacheSnapshot>
51 template <
typename ResponseMetadataT = ResponseMetadata>
53 m_responseMetadataHasBeenSet =
true;
54 m_responseMetadata = std::forward<ResponseMetadataT>(value);
56 template <
typename ResponseMetadataT = ResponseMetadata>
66 bool m_serverlessCacheSnapshotHasBeenSet =
false;
67 bool m_responseMetadataHasBeenSet =
false;
const ResponseMetadata & GetResponseMetadata() const
CopyServerlessCacheSnapshotResult & WithServerlessCacheSnapshot(ServerlessCacheSnapshotT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
const ServerlessCacheSnapshot & GetServerlessCacheSnapshot() const
void SetServerlessCacheSnapshot(ServerlessCacheSnapshotT &&value)
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