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>
89 template <
typename StorageOperationStatusT = Aws::String>
91 m_storageOperationStatusHasBeenSet =
true;
92 m_storageOperationStatus = std::forward<StorageOperationStatusT>(value);
94 template <
typename StorageOperationStatusT = Aws::String>
111 m_storageOperationPercentProgressHasBeenSet =
true;
112 m_storageOperationPercentProgress = value;
128 m_allocatedStorageHasBeenSet =
true;
129 m_allocatedStorage = value;
145 m_iOPSHasBeenSet =
true;
162 m_maxAllocatedStorageHasBeenSet =
true;
163 m_maxAllocatedStorage = value;
179 m_storageThroughputHasBeenSet =
true;
180 m_storageThroughput = value;
195 template <
typename StorageTypeT = Aws::String>
197 m_storageTypeHasBeenSet =
true;
198 m_storageType = std::forward<StorageTypeT>(value);
200 template <
typename StorageTypeT = Aws::String>
213 int m_storageOperationPercentProgress{0};
215 int m_allocatedStorage{0};
219 int m_maxAllocatedStorage{0};
221 int m_storageThroughput{0};
224 bool m_volumeNameHasBeenSet =
false;
225 bool m_storageVolumeStatusHasBeenSet =
false;
226 bool m_storageOperationStatusHasBeenSet =
false;
227 bool m_storageOperationPercentProgressHasBeenSet =
false;
228 bool m_allocatedStorageHasBeenSet =
false;
229 bool m_iOPSHasBeenSet =
false;
230 bool m_maxAllocatedStorageHasBeenSet =
false;
231 bool m_storageThroughputHasBeenSet =
false;
232 bool m_storageTypeHasBeenSet =
false;
void SetStorageType(StorageTypeT &&value)
bool StorageThroughputHasBeenSet() const
void SetVolumeName(VolumeNameT &&value)
void SetStorageOperationPercentProgress(int value)
int GetStorageOperationPercentProgress() const
int GetAllocatedStorage() const
AdditionalStorageVolumeOutput & WithStorageType(StorageTypeT &&value)
bool VolumeNameHasBeenSet() const
void SetStorageOperationStatus(StorageOperationStatusT &&value)
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)
bool StorageOperationPercentProgressHasBeenSet() const
AdditionalStorageVolumeOutput & WithStorageOperationPercentProgress(int value)
AWS_RDS_API AdditionalStorageVolumeOutput()=default
AdditionalStorageVolumeOutput & WithAllocatedStorage(int value)
AdditionalStorageVolumeOutput & WithStorageVolumeStatus(StorageVolumeStatusT &&value)
const Aws::String & GetStorageOperationStatus() const
AWS_RDS_API AdditionalStorageVolumeOutput(const Aws::Utils::Xml::XmlNode &xmlNode)
int GetStorageThroughput() const
const Aws::String & GetVolumeName() const
const Aws::String & GetStorageType() const
AdditionalStorageVolumeOutput & WithStorageOperationStatus(StorageOperationStatusT &&value)
void SetAllocatedStorage(int value)
AdditionalStorageVolumeOutput & WithVolumeName(VolumeNameT &&value)
bool StorageVolumeStatusHasBeenSet() const
void SetMaxAllocatedStorage(int value)
void SetStorageThroughput(int value)
AdditionalStorageVolumeOutput & WithStorageThroughput(int value)
bool StorageOperationStatusHasBeenSet() const
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