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>
50 template<
typename RoleArnT = Aws::String>
51 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
52 template<
typename RoleArnT = Aws::String>
69 template<
typename StatusT = Aws::String>
70 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
71 template<
typename StatusT = Aws::String>
83 template<
typename FeatureNameT = Aws::String>
84 void SetFeatureName(FeatureNameT&& value) { m_featureNameHasBeenSet =
true; m_featureName = std::forward<FeatureNameT>(value); }
85 template<
typename FeatureNameT = Aws::String>
91 bool m_roleArnHasBeenSet =
false;
94 bool m_statusHasBeenSet =
false;
97 bool m_featureNameHasBeenSet =
false;
void SetStatus(StatusT &&value)
AWS_NEPTUNE_API DBClusterRole & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetFeatureName() const
bool FeatureNameHasBeenSet() const
const Aws::String & GetStatus() const
AWS_NEPTUNE_API DBClusterRole()=default
DBClusterRole & WithFeatureName(FeatureNameT &&value)
bool StatusHasBeenSet() const
AWS_NEPTUNE_API DBClusterRole(const Aws::Utils::Xml::XmlNode &xmlNode)
DBClusterRole & WithRoleArn(RoleArnT &&value)
const Aws::String & GetRoleArn() const
void SetRoleArn(RoleArnT &&value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool RoleArnHasBeenSet() const
void SetFeatureName(FeatureNameT &&value)
DBClusterRole & WithStatus(StatusT &&value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream