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>
53 template<
typename StorageTypeT = Aws::String>
54 void SetStorageType(StorageTypeT&& value) { m_storageTypeHasBeenSet =
true; m_storageType = std::forward<StorageTypeT>(value); }
55 template<
typename StorageTypeT = Aws::String>
66 template<
typename StorageSizeT = Aws::Vector<Range>>
67 void SetStorageSize(StorageSizeT&& value) { m_storageSizeHasBeenSet =
true; m_storageSize = std::forward<StorageSizeT>(value); }
68 template<
typename StorageSizeT = Aws::Vector<Range>>
70 template<
typename StorageSizeT = Range>
81 template<
typename ProvisionedIopsT = Aws::Vector<Range>>
82 void SetProvisionedIops(ProvisionedIopsT&& value) { m_provisionedIopsHasBeenSet =
true; m_provisionedIops = std::forward<ProvisionedIopsT>(value); }
83 template<
typename ProvisionedIopsT = Aws::Vector<Range>>
85 template<
typename ProvisionedIopsT = Range>
96 template<
typename IopsToStorageRatioT = Aws::Vector<DoubleRange>>
97 void SetIopsToStorageRatio(IopsToStorageRatioT&& value) { m_iopsToStorageRatioHasBeenSet =
true; m_iopsToStorageRatio = std::forward<IopsToStorageRatioT>(value); }
98 template<
typename IopsToStorageRatioT = Aws::Vector<DoubleRange>>
100 template<
typename IopsToStorageRatioT = DoubleRange>
106 bool m_storageTypeHasBeenSet =
false;
109 bool m_storageSizeHasBeenSet =
false;
112 bool m_provisionedIopsHasBeenSet =
false;
115 bool m_iopsToStorageRatioHasBeenSet =
false;
ValidStorageOptions & WithProvisionedIops(ProvisionedIopsT &&value)
ValidStorageOptions & AddStorageSize(StorageSizeT &&value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetStorageSize(StorageSizeT &&value)
bool StorageSizeHasBeenSet() const
AWS_NEPTUNE_API ValidStorageOptions(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetIopsToStorageRatio(IopsToStorageRatioT &&value)
bool StorageTypeHasBeenSet() const
void SetProvisionedIops(ProvisionedIopsT &&value)
const Aws::Vector< Range > & GetProvisionedIops() const
AWS_NEPTUNE_API ValidStorageOptions()=default
ValidStorageOptions & WithStorageType(StorageTypeT &&value)
ValidStorageOptions & WithStorageSize(StorageSizeT &&value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::Vector< DoubleRange > & GetIopsToStorageRatio() const
const Aws::Vector< Range > & GetStorageSize() const
bool ProvisionedIopsHasBeenSet() const
ValidStorageOptions & AddProvisionedIops(ProvisionedIopsT &&value)
bool IopsToStorageRatioHasBeenSet() const
AWS_NEPTUNE_API ValidStorageOptions & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetStorageType() const
ValidStorageOptions & AddIopsToStorageRatio(IopsToStorageRatioT &&value)
void SetStorageType(StorageTypeT &&value)
ValidStorageOptions & WithIopsToStorageRatio(IopsToStorageRatioT &&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