7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rds/RDS_EXPORTS.h>
48 template <
typename RoleArnT = Aws::String>
50 m_roleArnHasBeenSet =
true;
51 m_roleArn = std::forward<RoleArnT>(value);
53 template <
typename RoleArnT = Aws::String>
67 template <
typename FeatureNameT = Aws::String>
69 m_featureNameHasBeenSet =
true;
70 m_featureName = std::forward<FeatureNameT>(value);
72 template <
typename FeatureNameT = Aws::String>
82 bool m_roleArnHasBeenSet =
false;
83 bool m_featureNameHasBeenSet =
false;
bool RoleArnHasBeenSet() const
bool FeatureNameHasBeenSet() const
DBClusterAssociatedRole & WithFeatureName(FeatureNameT &&value)
void SetRoleArn(RoleArnT &&value)
AWS_RDS_API DBClusterAssociatedRole & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetRoleArn() const
AWS_RDS_API DBClusterAssociatedRole(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
DBClusterAssociatedRole & WithRoleArn(RoleArnT &&value)
void SetFeatureName(FeatureNameT &&value)
const Aws::String & GetFeatureName() const
AWS_RDS_API DBClusterAssociatedRole()=default
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream