7#include <aws/cost-optimization-hub/CostOptimizationHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CostOptimizationHub
49 inline void SetStorageType(
const char* value) { m_storageTypeHasBeenSet =
true; m_storageType.assign(value); }
61 inline void SetAllocatedStorageInGb(
double value) { m_allocatedStorageInGbHasBeenSet =
true; m_allocatedStorageInGb = value; }
70 inline double GetIops()
const{
return m_iops; }
72 inline void SetIops(
double value) { m_iopsHasBeenSet =
true; m_iops = value; }
82 inline void SetStorageThroughput(
double value) { m_storageThroughputHasBeenSet =
true; m_storageThroughput = value; }
88 bool m_storageTypeHasBeenSet =
false;
90 double m_allocatedStorageInGb;
91 bool m_allocatedStorageInGbHasBeenSet =
false;
94 bool m_iopsHasBeenSet =
false;
96 double m_storageThroughput;
97 bool m_storageThroughputHasBeenSet =
false;
AWS_COSTOPTIMIZATIONHUB_API Aws::Utils::Json::JsonValue Jsonize() const
double GetAllocatedStorageInGb() const
bool IopsHasBeenSet() const
RdsDbInstanceStorageConfiguration & WithStorageType(const Aws::String &value)
double GetStorageThroughput() const
AWS_COSTOPTIMIZATIONHUB_API RdsDbInstanceStorageConfiguration()
void SetStorageThroughput(double value)
bool StorageThroughputHasBeenSet() const
RdsDbInstanceStorageConfiguration & WithStorageType(Aws::String &&value)
void SetIops(double value)
AWS_COSTOPTIMIZATIONHUB_API RdsDbInstanceStorageConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_COSTOPTIMIZATIONHUB_API RdsDbInstanceStorageConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
RdsDbInstanceStorageConfiguration & WithStorageType(const char *value)
void SetStorageType(const Aws::String &value)
const Aws::String & GetStorageType() const
void SetStorageType(Aws::String &&value)
RdsDbInstanceStorageConfiguration & WithStorageThroughput(double value)
RdsDbInstanceStorageConfiguration & WithIops(double value)
bool StorageTypeHasBeenSet() const
void SetAllocatedStorageInGb(double value)
bool AllocatedStorageInGbHasBeenSet() const
void SetStorageType(const char *value)
RdsDbInstanceStorageConfiguration & WithAllocatedStorageInGb(double value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue