7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rds/RDS_EXPORTS.h>
44 template <
typename VolumeNameT = Aws::String>
46 m_volumeNameHasBeenSet =
true;
47 m_volumeName = std::forward<VolumeNameT>(value);
49 template <
typename VolumeNameT = Aws::String>
64 m_allocatedStorageHasBeenSet =
true;
65 m_allocatedStorage = value;
79 inline int GetIOPS()
const {
return m_iOPS; }
82 m_iOPSHasBeenSet =
true;
100 m_maxAllocatedStorageHasBeenSet =
true;
101 m_maxAllocatedStorage = value;
118 m_storageThroughputHasBeenSet =
true;
119 m_storageThroughput = value;
134 template <
typename StorageTypeT = Aws::String>
136 m_storageTypeHasBeenSet =
true;
137 m_storageType = std::forward<StorageTypeT>(value);
139 template <
typename StorageTypeT = Aws::String>
156 m_setForDeleteHasBeenSet =
true;
157 m_setForDelete = value;
167 int m_allocatedStorage{0};
171 int m_maxAllocatedStorage{0};
173 int m_storageThroughput{0};
177 bool m_setForDelete{
false};
178 bool m_volumeNameHasBeenSet =
false;
179 bool m_allocatedStorageHasBeenSet =
false;
180 bool m_iOPSHasBeenSet =
false;
181 bool m_maxAllocatedStorageHasBeenSet =
false;
182 bool m_storageThroughputHasBeenSet =
false;
183 bool m_storageTypeHasBeenSet =
false;
184 bool m_setForDeleteHasBeenSet =
false;
void SetStorageType(StorageTypeT &&value)
bool StorageThroughputHasBeenSet() const
ModifyAdditionalStorageVolume & WithStorageThroughput(int value)
void SetMaxAllocatedStorage(int value)
AWS_RDS_API ModifyAdditionalStorageVolume()=default
bool AllocatedStorageHasBeenSet() const
bool StorageTypeHasBeenSet() const
const Aws::String & GetStorageType() const
void SetVolumeName(VolumeNameT &&value)
int GetStorageThroughput() const
void SetSetForDelete(bool value)
ModifyAdditionalStorageVolume & WithIOPS(int value)
int GetAllocatedStorage() const
bool MaxAllocatedStorageHasBeenSet() const
ModifyAdditionalStorageVolume & WithSetForDelete(bool value)
void SetStorageThroughput(int value)
int GetMaxAllocatedStorage() const
ModifyAdditionalStorageVolume & WithStorageType(StorageTypeT &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool VolumeNameHasBeenSet() const
void SetAllocatedStorage(int value)
ModifyAdditionalStorageVolume & WithAllocatedStorage(int value)
ModifyAdditionalStorageVolume & WithMaxAllocatedStorage(int value)
AWS_RDS_API ModifyAdditionalStorageVolume(const Aws::Utils::Xml::XmlNode &xmlNode)
bool SetForDeleteHasBeenSet() const
const Aws::String & GetVolumeName() const
ModifyAdditionalStorageVolume & WithVolumeName(VolumeNameT &&value)
AWS_RDS_API ModifyAdditionalStorageVolume & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool IOPSHasBeenSet() const
bool GetSetForDelete() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream