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>
43 template <
typename VolumeNameT = Aws::String>
45 m_volumeNameHasBeenSet =
true;
46 m_volumeName = std::forward<VolumeNameT>(value);
48 template <
typename VolumeNameT = Aws::String>
63 template <
typename StorageVolumeStatusT = Aws::String>
65 m_storageVolumeStatusHasBeenSet =
true;
66 m_storageVolumeStatus = std::forward<StorageVolumeStatusT>(value);
68 template <
typename StorageVolumeStatusT = Aws::String>
83 m_allocatedStorageHasBeenSet =
true;
84 m_allocatedStorage = value;
97 inline int GetIOPS()
const {
return m_iOPS; }
100 m_iOPSHasBeenSet =
true;
117 m_maxAllocatedStorageHasBeenSet =
true;
118 m_maxAllocatedStorage = value;
134 m_storageThroughputHasBeenSet =
true;
135 m_storageThroughput = value;
150 template <
typename StorageTypeT = Aws::String>
152 m_storageTypeHasBeenSet =
true;
153 m_storageType = std::forward<StorageTypeT>(value);
155 template <
typename StorageTypeT = Aws::String>
166 int m_allocatedStorage{0};
170 int m_maxAllocatedStorage{0};
172 int m_storageThroughput{0};
175 bool m_volumeNameHasBeenSet =
false;
176 bool m_storageVolumeStatusHasBeenSet =
false;
177 bool m_allocatedStorageHasBeenSet =
false;
178 bool m_iOPSHasBeenSet =
false;
179 bool m_maxAllocatedStorageHasBeenSet =
false;
180 bool m_storageThroughputHasBeenSet =
false;
181 bool m_storageTypeHasBeenSet =
false;
void SetStorageType(StorageTypeT &&value)
bool StorageThroughputHasBeenSet() const
void SetVolumeName(VolumeNameT &&value)
int GetAllocatedStorage() const
AdditionalStorageVolumeOutput & WithStorageType(StorageTypeT &&value)
bool VolumeNameHasBeenSet() const
AdditionalStorageVolumeOutput & WithMaxAllocatedStorage(int value)
bool AllocatedStorageHasBeenSet() const
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool MaxAllocatedStorageHasBeenSet() const
bool StorageTypeHasBeenSet() const
AdditionalStorageVolumeOutput & WithIOPS(int value)
AWS_RDS_API AdditionalStorageVolumeOutput & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetStorageVolumeStatus(StorageVolumeStatusT &&value)
AWS_RDS_API AdditionalStorageVolumeOutput()=default
AdditionalStorageVolumeOutput & WithAllocatedStorage(int value)
AdditionalStorageVolumeOutput & WithStorageVolumeStatus(StorageVolumeStatusT &&value)
AWS_RDS_API AdditionalStorageVolumeOutput(const Aws::Utils::Xml::XmlNode &xmlNode)
int GetStorageThroughput() const
const Aws::String & GetVolumeName() const
const Aws::String & GetStorageType() const
void SetAllocatedStorage(int value)
AdditionalStorageVolumeOutput & WithVolumeName(VolumeNameT &&value)
bool StorageVolumeStatusHasBeenSet() const
void SetMaxAllocatedStorage(int value)
void SetStorageThroughput(int value)
AdditionalStorageVolumeOutput & WithStorageThroughput(int value)
int GetMaxAllocatedStorage() const
bool IOPSHasBeenSet() const
const Aws::String & GetStorageVolumeStatus() const
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream