7#include <aws/neptune/Neptune_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/neptune/model/Range.h>
12#include <aws/neptune/model/DoubleRange.h>
56 inline void SetStorageType(
const char* value) { m_storageTypeHasBeenSet =
true; m_storageType.assign(value); }
108 bool m_storageTypeHasBeenSet =
false;
111 bool m_storageSizeHasBeenSet =
false;
114 bool m_provisionedIopsHasBeenSet =
false;
117 bool m_iopsToStorageRatioHasBeenSet =
false;
AWS_NEPTUNE_API ValidStorageOptions()
ValidStorageOptions & WithStorageSize(Aws::Vector< Range > &&value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool StorageSizeHasBeenSet() const
AWS_NEPTUNE_API ValidStorageOptions(const Aws::Utils::Xml::XmlNode &xmlNode)
ValidStorageOptions & WithStorageType(const char *value)
void SetIopsToStorageRatio(Aws::Vector< DoubleRange > &&value)
bool StorageTypeHasBeenSet() const
ValidStorageOptions & AddProvisionedIops(const Range &value)
void SetStorageType(const Aws::String &value)
void SetStorageType(Aws::String &&value)
ValidStorageOptions & WithProvisionedIops(const Aws::Vector< Range > &value)
ValidStorageOptions & WithStorageSize(const Aws::Vector< Range > &value)
ValidStorageOptions & AddIopsToStorageRatio(const DoubleRange &value)
ValidStorageOptions & AddProvisionedIops(Range &&value)
const Aws::Vector< Range > & GetProvisionedIops() const
void SetProvisionedIops(Aws::Vector< Range > &&value)
ValidStorageOptions & WithProvisionedIops(Aws::Vector< Range > &&value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::Vector< DoubleRange > & GetIopsToStorageRatio() const
void SetStorageType(const char *value)
const Aws::Vector< Range > & GetStorageSize() const
void SetProvisionedIops(const Aws::Vector< Range > &value)
ValidStorageOptions & AddStorageSize(Range &&value)
void SetIopsToStorageRatio(const Aws::Vector< DoubleRange > &value)
void SetStorageSize(Aws::Vector< Range > &&value)
bool ProvisionedIopsHasBeenSet() const
ValidStorageOptions & AddIopsToStorageRatio(DoubleRange &&value)
ValidStorageOptions & WithIopsToStorageRatio(Aws::Vector< DoubleRange > &&value)
ValidStorageOptions & WithStorageType(const Aws::String &value)
ValidStorageOptions & WithIopsToStorageRatio(const Aws::Vector< DoubleRange > &value)
bool IopsToStorageRatioHasBeenSet() const
AWS_NEPTUNE_API ValidStorageOptions & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetStorageType() const
ValidStorageOptions & AddStorageSize(const Range &value)
ValidStorageOptions & WithStorageType(Aws::String &&value)
void SetStorageSize(const 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