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>
48 template<
typename DBClusterOptionGroupNameT = Aws::String>
49 void SetDBClusterOptionGroupName(DBClusterOptionGroupNameT&& value) { m_dBClusterOptionGroupNameHasBeenSet =
true; m_dBClusterOptionGroupName = std::forward<DBClusterOptionGroupNameT>(value); }
50 template<
typename DBClusterOptionGroupNameT = Aws::String>
60 template<
typename StatusT = Aws::String>
61 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
62 template<
typename StatusT = Aws::String>
68 bool m_dBClusterOptionGroupNameHasBeenSet =
false;
71 bool m_statusHasBeenSet =
false;
const Aws::String & GetDBClusterOptionGroupName() const
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetStatus() const
AWS_NEPTUNE_API DBClusterOptionGroupStatus()=default
bool DBClusterOptionGroupNameHasBeenSet() const
bool StatusHasBeenSet() const
void SetDBClusterOptionGroupName(DBClusterOptionGroupNameT &&value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
DBClusterOptionGroupStatus & WithDBClusterOptionGroupName(DBClusterOptionGroupNameT &&value)
DBClusterOptionGroupStatus & WithStatus(StatusT &&value)
AWS_NEPTUNE_API DBClusterOptionGroupStatus(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_NEPTUNE_API DBClusterOptionGroupStatus & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetStatus(StatusT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream