7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/elasticache/model/ServerlessCacheSnapshot.h>
9#include <aws/elasticache/model/ResponseMetadata.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename ServerlessCacheSnapshotT = ServerlessCacheSnapshot>
43 void SetServerlessCacheSnapshot(ServerlessCacheSnapshotT&& value) { m_serverlessCacheSnapshotHasBeenSet =
true; m_serverlessCacheSnapshot = std::forward<ServerlessCacheSnapshotT>(value); }
44 template<
typename ServerlessCacheSnapshotT = ServerlessCacheSnapshot>
51 template<
typename ResponseMetadataT = ResponseMetadata>
52 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
53 template<
typename ResponseMetadataT = ResponseMetadata>
59 bool m_serverlessCacheSnapshotHasBeenSet =
false;
62 bool m_responseMetadataHasBeenSet =
false;
void SetResponseMetadata(ResponseMetadataT &&value)
const ServerlessCacheSnapshot & GetServerlessCacheSnapshot() const
AWS_ELASTICACHE_API ExportServerlessCacheSnapshotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ExportServerlessCacheSnapshotResult & WithServerlessCacheSnapshot(ServerlessCacheSnapshotT &&value)
const ResponseMetadata & GetResponseMetadata() const
void SetServerlessCacheSnapshot(ServerlessCacheSnapshotT &&value)
AWS_ELASTICACHE_API ExportServerlessCacheSnapshotResult()=default
ExportServerlessCacheSnapshotResult & WithResponseMetadata(ResponseMetadataT &&value)
AWS_ELASTICACHE_API ExportServerlessCacheSnapshotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Utils::Xml::XmlDocument XmlDocument