7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/storagegateway/model/CacheReportInfo.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace StorageGateway
42 template<
typename CacheReportInfoT = CacheReportInfo>
43 void SetCacheReportInfo(CacheReportInfoT&& value) { m_cacheReportInfoHasBeenSet =
true; m_cacheReportInfo = std::forward<CacheReportInfoT>(value); }
44 template<
typename CacheReportInfoT = CacheReportInfo>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_cacheReportInfoHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
AWS_STORAGEGATEWAY_API DescribeCacheReportResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_STORAGEGATEWAY_API DescribeCacheReportResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_STORAGEGATEWAY_API DescribeCacheReportResult()=default
DescribeCacheReportResult & WithRequestId(RequestIdT &&value)
DescribeCacheReportResult & WithCacheReportInfo(CacheReportInfoT &&value)
void SetCacheReportInfo(CacheReportInfoT &&value)
const CacheReportInfo & GetCacheReportInfo() const
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue