22 template<
typename RESULT_TYPE>
23 class AmazonWebServiceResult;
32 namespace StorageGateway
53 inline void SetGatewayARN(
const char* value) { m_gatewayARN.assign(value); }
136 long long m_cacheAllocatedInBytes;
137 double m_cacheUsedPercentage;
138 double m_cacheDirtyPercentage;
139 double m_cacheHitPercentage;
140 double m_cacheMissPercentage;
DescribeCacheResult & WithCacheAllocatedInBytes(long long value)
DescribeCacheResult & WithDiskIds(Aws::Vector< Aws::String > &&value)
void SetCacheAllocatedInBytes(long long value)
DescribeCacheResult & WithGatewayARN(const char *value)
DescribeCacheResult & WithCacheDirtyPercentage(double value)
DescribeCacheResult & WithGatewayARN(const Aws::String &value)
DescribeCacheResult & WithDiskIds(const Aws::Vector< Aws::String > &value)
std::vector< T, Aws::Allocator< T > > Vector
double GetCacheHitPercentage() const
double GetCacheUsedPercentage() const
void SetGatewayARN(const Aws::String &value)
DescribeCacheResult & AddDiskIds(const char *value)
void SetCacheDirtyPercentage(double value)
const Aws::String & GetGatewayARN() const
double GetCacheMissPercentage() const
DescribeCacheResult & AddDiskIds(const Aws::String &value)
long long GetCacheAllocatedInBytes() const
void SetDiskIds(const Aws::Vector< Aws::String > &value)
void SetCacheUsedPercentage(double value)
DescribeCacheResult & WithGatewayARN(Aws::String &&value)
DescribeCacheResult & AddDiskIds(Aws::String &&value)
void SetDiskIds(Aws::Vector< Aws::String > &&value)
void SetCacheMissPercentage(double value)
DescribeCacheResult & WithCacheUsedPercentage(double value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
DescribeCacheResult & WithCacheMissPercentage(double value)
const Aws::Vector< Aws::String > & GetDiskIds() const
DescribeCacheResult & WithCacheHitPercentage(double value)
double GetCacheDirtyPercentage() const
void SetCacheHitPercentage(double value)
void SetGatewayARN(Aws::String &&value)
#define AWS_STORAGEGATEWAY_API
void SetGatewayARN(const char *value)
JSON (JavaScript Object Notation).