7#include <aws/rds/RDS_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>
70 template<
typename StatusT = Aws::String>
71 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
72 template<
typename StatusT = Aws::String>
84 template<
typename FeatureNameT = Aws::String>
85 void SetFeatureName(FeatureNameT&& value) { m_featureNameHasBeenSet =
true; m_featureName = std::forward<FeatureNameT>(value); }
86 template<
typename FeatureNameT = Aws::String>
92 bool m_roleArnHasBeenSet =
false;
95 bool m_statusHasBeenSet =
false;
98 bool m_featureNameHasBeenSet =
false;
void SetStatus(StatusT &&value)
DBClusterRole & WithFeatureName(FeatureNameT &&value)
void SetFeatureName(FeatureNameT &&value)
DBClusterRole & WithStatus(StatusT &&value)
DBClusterRole & WithRoleArn(RoleArnT &&value)
const Aws::String & GetStatus() const
const Aws::String & GetFeatureName() const
AWS_RDS_API DBClusterRole(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetRoleArn(RoleArnT &&value)
AWS_RDS_API DBClusterRole & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool StatusHasBeenSet() const
bool FeatureNameHasBeenSet() const
const Aws::String & GetRoleArn() const
bool RoleArnHasBeenSet() const
AWS_RDS_API DBClusterRole()=default
AWS_RDS_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