7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/rds/model/Range.h>
12#include <aws/rds/model/DoubleRange.h>
57 inline void SetStorageType(
const char* value) { m_storageTypeHasBeenSet =
true; m_storageType.assign(value); }
151 bool m_storageTypeHasBeenSet =
false;
154 bool m_storageSizeHasBeenSet =
false;
157 bool m_provisionedIopsHasBeenSet =
false;
160 bool m_iopsToStorageRatioHasBeenSet =
false;
162 bool m_supportsStorageAutoscaling;
163 bool m_supportsStorageAutoscalingHasBeenSet =
false;
166 bool m_provisionedStorageThroughputHasBeenSet =
false;
169 bool m_storageThroughputToIopsRatioHasBeenSet =
false;
AWS_RDS_API ValidStorageOptions & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetStorageThroughputToIopsRatio(Aws::Vector< DoubleRange > &&value)
ValidStorageOptions & WithProvisionedStorageThroughput(const Aws::Vector< Range > &value)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetStorageType(const char *value)
void SetProvisionedIops(Aws::Vector< Range > &&value)
AWS_RDS_API ValidStorageOptions()
void SetIopsToStorageRatio(Aws::Vector< DoubleRange > &&value)
void SetProvisionedIops(const Aws::Vector< Range > &value)
ValidStorageOptions & WithStorageSize(Aws::Vector< Range > &&value)
void SetIopsToStorageRatio(const Aws::Vector< DoubleRange > &value)
bool StorageSizeHasBeenSet() const
ValidStorageOptions & AddIopsToStorageRatio(const DoubleRange &value)
ValidStorageOptions & AddProvisionedStorageThroughput(const Range &value)
ValidStorageOptions & WithStorageType(Aws::String &&value)
const Aws::Vector< Range > & GetStorageSize() const
void SetStorageSize(Aws::Vector< Range > &&value)
const Aws::Vector< Range > & GetProvisionedIops() const
bool StorageTypeHasBeenSet() const
ValidStorageOptions & WithProvisionedIops(Aws::Vector< Range > &&value)
const Aws::Vector< Range > & GetProvisionedStorageThroughput() const
ValidStorageOptions & WithStorageThroughputToIopsRatio(Aws::Vector< DoubleRange > &&value)
ValidStorageOptions & WithStorageThroughputToIopsRatio(const Aws::Vector< DoubleRange > &value)
ValidStorageOptions & WithSupportsStorageAutoscaling(bool value)
bool SupportsStorageAutoscalingHasBeenSet() const
bool IopsToStorageRatioHasBeenSet() const
bool StorageThroughputToIopsRatioHasBeenSet() const
AWS_RDS_API ValidStorageOptions(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
ValidStorageOptions & AddProvisionedIops(Range &&value)
bool GetSupportsStorageAutoscaling() const
bool ProvisionedIopsHasBeenSet() const
ValidStorageOptions & WithIopsToStorageRatio(Aws::Vector< DoubleRange > &&value)
ValidStorageOptions & AddProvisionedStorageThroughput(Range &&value)
ValidStorageOptions & WithStorageType(const Aws::String &value)
ValidStorageOptions & WithProvisionedStorageThroughput(Aws::Vector< Range > &&value)
void SetStorageThroughputToIopsRatio(const Aws::Vector< DoubleRange > &value)
void SetStorageType(Aws::String &&value)
ValidStorageOptions & AddStorageThroughputToIopsRatio(DoubleRange &&value)
const Aws::Vector< DoubleRange > & GetIopsToStorageRatio() const
ValidStorageOptions & WithStorageSize(const Aws::Vector< Range > &value)
ValidStorageOptions & AddProvisionedIops(const Range &value)
const Aws::Vector< DoubleRange > & GetStorageThroughputToIopsRatio() const
ValidStorageOptions & AddStorageThroughputToIopsRatio(const DoubleRange &value)
void SetStorageType(const Aws::String &value)
ValidStorageOptions & WithStorageType(const char *value)
ValidStorageOptions & WithIopsToStorageRatio(const Aws::Vector< DoubleRange > &value)
bool ProvisionedStorageThroughputHasBeenSet() const
const Aws::String & GetStorageType() const
void SetProvisionedStorageThroughput(const Aws::Vector< Range > &value)
ValidStorageOptions & AddStorageSize(const Range &value)
void SetStorageSize(const Aws::Vector< Range > &value)
ValidStorageOptions & AddStorageSize(Range &&value)
ValidStorageOptions & AddIopsToStorageRatio(DoubleRange &&value)
ValidStorageOptions & WithProvisionedIops(const Aws::Vector< Range > &value)
void SetSupportsStorageAutoscaling(bool value)
void SetProvisionedStorageThroughput(Aws::Vector< Range > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream