7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace StorageGateway
41 inline void SetGatewayARN(
const char* value) { m_gatewayARN.assign(value); }
119 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
130 long long m_cacheAllocatedInBytes;
132 double m_cacheUsedPercentage;
134 double m_cacheDirtyPercentage;
136 double m_cacheHitPercentage;
138 double m_cacheMissPercentage;
DescribeCacheResult & WithCacheAllocatedInBytes(long long value)
const Aws::String & GetRequestId() const
long long GetCacheAllocatedInBytes() const
void SetCacheAllocatedInBytes(long long value)
DescribeCacheResult & WithCacheUsedPercentage(double value)
double GetCacheDirtyPercentage() const
void SetCacheHitPercentage(double value)
DescribeCacheResult & WithRequestId(Aws::String &&value)
double GetCacheUsedPercentage() const
DescribeCacheResult & AddDiskIds(const Aws::String &value)
const Aws::String & GetGatewayARN() const
void SetRequestId(Aws::String &&value)
void SetGatewayARN(const char *value)
void SetDiskIds(Aws::Vector< Aws::String > &&value)
void SetDiskIds(const Aws::Vector< Aws::String > &value)
AWS_STORAGEGATEWAY_API DescribeCacheResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(const Aws::String &value)
DescribeCacheResult & WithRequestId(const Aws::String &value)
AWS_STORAGEGATEWAY_API DescribeCacheResult()
void SetGatewayARN(const Aws::String &value)
DescribeCacheResult & WithGatewayARN(const Aws::String &value)
void SetCacheDirtyPercentage(double value)
DescribeCacheResult & WithDiskIds(Aws::Vector< Aws::String > &&value)
DescribeCacheResult & WithRequestId(const char *value)
void SetCacheUsedPercentage(double value)
DescribeCacheResult & AddDiskIds(Aws::String &&value)
DescribeCacheResult & WithGatewayARN(const char *value)
DescribeCacheResult & WithGatewayARN(Aws::String &&value)
const Aws::Vector< Aws::String > & GetDiskIds() const
AWS_STORAGEGATEWAY_API DescribeCacheResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCacheMissPercentage(double value)
DescribeCacheResult & AddDiskIds(const char *value)
DescribeCacheResult & WithCacheHitPercentage(double value)
double GetCacheHitPercentage() const
double GetCacheMissPercentage() const
DescribeCacheResult & WithCacheMissPercentage(double value)
void SetGatewayARN(Aws::String &&value)
DescribeCacheResult & WithDiskIds(const Aws::Vector< Aws::String > &value)
void SetRequestId(const char *value)
DescribeCacheResult & WithCacheDirtyPercentage(double value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue