7#include <aws/cost-optimization-hub/CostOptimizationHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CostOptimizationHub
47 template<
typename StorageTypeT = Aws::String>
48 void SetStorageType(StorageTypeT&& value) { m_storageTypeHasBeenSet =
true; m_storageType = std::forward<StorageTypeT>(value); }
49 template<
typename StorageTypeT = Aws::String>
59 inline void SetAllocatedStorageInGb(
double value) { m_allocatedStorageInGbHasBeenSet =
true; m_allocatedStorageInGb = value; }
68 inline double GetIops()
const {
return m_iops; }
70 inline void SetIops(
double value) { m_iopsHasBeenSet =
true; m_iops = value; }
80 inline void SetStorageThroughput(
double value) { m_storageThroughputHasBeenSet =
true; m_storageThroughput = value; }
86 bool m_storageTypeHasBeenSet =
false;
88 double m_allocatedStorageInGb{0.0};
89 bool m_allocatedStorageInGbHasBeenSet =
false;
92 bool m_iopsHasBeenSet =
false;
94 double m_storageThroughput{0.0};
95 bool m_storageThroughputHasBeenSet =
false;
AWS_COSTOPTIMIZATIONHUB_API Aws::Utils::Json::JsonValue Jsonize() const
double GetAllocatedStorageInGb() const
bool IopsHasBeenSet() const
AWS_COSTOPTIMIZATIONHUB_API RdsDbInstanceStorageConfiguration()=default
double GetStorageThroughput() const
void SetStorageThroughput(double value)
bool StorageThroughputHasBeenSet() const
void SetIops(double value)
AWS_COSTOPTIMIZATIONHUB_API RdsDbInstanceStorageConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_COSTOPTIMIZATIONHUB_API RdsDbInstanceStorageConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetStorageType() const
RdsDbInstanceStorageConfiguration & WithStorageThroughput(double value)
RdsDbInstanceStorageConfiguration & WithIops(double value)
bool StorageTypeHasBeenSet() const
void SetAllocatedStorageInGb(double value)
bool AllocatedStorageInGbHasBeenSet() const
void SetStorageType(StorageTypeT &&value)
RdsDbInstanceStorageConfiguration & WithAllocatedStorageInGb(double value)
RdsDbInstanceStorageConfiguration & WithStorageType(StorageTypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue