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>
62 bool m_storageHasBeenSet =
false;
void SetStorage(const Aws::Vector< ValidStorageOptions > &value)
bool StorageHasBeenSet() const
const Aws::Vector< ValidStorageOptions > & GetStorage() const
AWS_NEPTUNE_API ValidDBInstanceModificationsMessage()
AWS_NEPTUNE_API ValidDBInstanceModificationsMessage & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetStorage(Aws::Vector< ValidStorageOptions > &&value)
ValidDBInstanceModificationsMessage & WithStorage(const Aws::Vector< ValidStorageOptions > &value)
ValidDBInstanceModificationsMessage & AddStorage(ValidStorageOptions &&value)
ValidDBInstanceModificationsMessage & WithStorage(Aws::Vector< ValidStorageOptions > &&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(const ValidStorageOptions &value)
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream