7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/neptune/model/ValidStorageOptions.h>
52 template<
typename StorageT = Aws::Vector<Val
idStorageOptions>>
53 void SetStorage(StorageT&& value) { m_storageHasBeenSet =
true; m_storage = std::forward<StorageT>(value); }
54 template<
typename StorageT = Aws::Vector<Val
idStorageOptions>>
56 template<
typename StorageT = Val
idStorageOptions>
62 bool m_storageHasBeenSet =
false;
bool StorageHasBeenSet() const
void SetStorage(StorageT &&value)
const Aws::Vector< ValidStorageOptions > & GetStorage() const
AWS_NEPTUNE_API ValidDBInstanceModificationsMessage()=default
AWS_NEPTUNE_API ValidDBInstanceModificationsMessage & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ValidDBInstanceModificationsMessage & WithStorage(StorageT &&value)
AWS_NEPTUNE_API ValidDBInstanceModificationsMessage(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
ValidDBInstanceModificationsMessage & AddStorage(StorageT &&value)
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream