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 {
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>
67 bool m_serverlessCacheSnapshotHasBeenSet =
false;
68 bool m_responseMetadataHasBeenSet =
false;
AWS_ELASTICACHE_API CreateServerlessCacheSnapshotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
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