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>
44 template <
typename RoleArnT = Aws::String>
46 m_roleArnHasBeenSet =
true;
47 m_roleArn = std::forward<RoleArnT>(value);
49 template <
typename RoleArnT = Aws::String>
64 template <
typename FeatureNameT = Aws::String>
66 m_featureNameHasBeenSet =
true;
67 m_featureName = std::forward<FeatureNameT>(value);
69 template <
typename FeatureNameT = Aws::String>
90 template <
typename StatusT = Aws::String>
92 m_statusHasBeenSet =
true;
93 m_status = std::forward<StatusT>(value);
95 template <
typename StatusT = Aws::String>
107 bool m_roleArnHasBeenSet =
false;
108 bool m_featureNameHasBeenSet =
false;
109 bool m_statusHasBeenSet =
false;
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool StatusHasBeenSet() const
const Aws::String & GetFeatureName() const
void SetRoleArn(RoleArnT &&value)
DBInstanceRole & WithFeatureName(FeatureNameT &&value)
DBInstanceRole & WithStatus(StatusT &&value)
AWS_RDS_API DBInstanceRole(const Aws::Utils::Xml::XmlNode &xmlNode)
bool FeatureNameHasBeenSet() const
const Aws::String & GetStatus() const
void SetFeatureName(FeatureNameT &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetRoleArn() const
bool RoleArnHasBeenSet() const
void SetStatus(StatusT &&value)
DBInstanceRole & WithRoleArn(RoleArnT &&value)
AWS_RDS_API DBInstanceRole & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_RDS_API DBInstanceRole()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream