7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/rds/RDS_EXPORTS.h>
44 template <
typename DomainT = Aws::String>
46 m_domainHasBeenSet =
true;
47 m_domain = std::forward<DomainT>(value);
49 template <
typename DomainT = Aws::String>
64 template <
typename StatusT = Aws::String>
66 m_statusHasBeenSet =
true;
67 m_status = std::forward<StatusT>(value);
69 template <
typename StatusT = Aws::String>
82 template <
typename FQDNT = Aws::String>
84 m_fQDNHasBeenSet =
true;
85 m_fQDN = std::forward<FQDNT>(value);
87 template <
typename FQDNT = Aws::String>
89 SetFQDN(std::forward<FQDNT>(value));
101 template <
typename IAMRoleNameT = Aws::String>
103 m_iAMRoleNameHasBeenSet =
true;
104 m_iAMRoleName = std::forward<IAMRoleNameT>(value);
106 template <
typename IAMRoleNameT = Aws::String>
119 template <
typename OUT = Aws::String>
121 m_oUHasBeenSet =
true;
122 m_oU = std::forward<OUT>(value);
124 template <
typename OUT = Aws::String>
126 SetOU(std::forward<OUT>(value));
138 template <
typename AuthSecretArnT = Aws::String>
140 m_authSecretArnHasBeenSet =
true;
141 m_authSecretArn = std::forward<AuthSecretArnT>(value);
143 template <
typename AuthSecretArnT = Aws::String>
157 template <
typename DnsIpsT = Aws::Vector<Aws::String>>
159 m_dnsIpsHasBeenSet =
true;
160 m_dnsIps = std::forward<DnsIpsT>(value);
162 template <
typename DnsIpsT = Aws::Vector<Aws::String>>
167 template <
typename DnsIpsT = Aws::String>
169 m_dnsIpsHasBeenSet =
true;
170 m_dnsIps.emplace_back(std::forward<DnsIpsT>(value));
188 bool m_domainHasBeenSet =
false;
189 bool m_statusHasBeenSet =
false;
190 bool m_fQDNHasBeenSet =
false;
191 bool m_iAMRoleNameHasBeenSet =
false;
192 bool m_oUHasBeenSet =
false;
193 bool m_authSecretArnHasBeenSet =
false;
194 bool m_dnsIpsHasBeenSet =
false;
void SetFQDN(FQDNT &&value)
DomainMembership & WithIAMRoleName(IAMRoleNameT &&value)
bool FQDNHasBeenSet() const
const Aws::String & GetAuthSecretArn() const
DomainMembership & WithFQDN(FQDNT &&value)
bool OUHasBeenSet() const
const Aws::String & GetDomain() const
DomainMembership & WithAuthSecretArn(AuthSecretArnT &&value)
bool StatusHasBeenSet() const
bool AuthSecretArnHasBeenSet() const
void SetStatus(StatusT &&value)
const Aws::String & GetStatus() const
void SetDnsIps(DnsIpsT &&value)
DomainMembership & AddDnsIps(DnsIpsT &&value)
bool DnsIpsHasBeenSet() const
DomainMembership & WithStatus(StatusT &&value)
DomainMembership & WithOU(OUT &&value)
const Aws::Vector< Aws::String > & GetDnsIps() const
const Aws::String & GetFQDN() const
AWS_RDS_API DomainMembership()=default
AWS_RDS_API DomainMembership(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetIAMRoleName(IAMRoleNameT &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetAuthSecretArn(AuthSecretArnT &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetIAMRoleName() const
const Aws::String & GetOU() const
bool IAMRoleNameHasBeenSet() const
DomainMembership & WithDomain(DomainT &&value)
AWS_RDS_API DomainMembership & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDomain(DomainT &&value)
bool DomainHasBeenSet() const
DomainMembership & WithDnsIps(DnsIpsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream