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>
49 template<
typename DomainT = Aws::String>
50 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
51 template<
typename DomainT = Aws::String>
62 template<
typename StatusT = Aws::String>
63 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
64 template<
typename StatusT = Aws::String>
74 template<
typename FQDNT = Aws::String>
75 void SetFQDN(FQDNT&& value) { m_fQDNHasBeenSet =
true; m_fQDN = std::forward<FQDNT>(value); }
76 template<
typename FQDNT = Aws::String>
87 template<
typename IAMRoleNameT = Aws::String>
88 void SetIAMRoleName(IAMRoleNameT&& value) { m_iAMRoleNameHasBeenSet =
true; m_iAMRoleName = std::forward<IAMRoleNameT>(value); }
89 template<
typename IAMRoleNameT = Aws::String>
95 bool m_domainHasBeenSet =
false;
98 bool m_statusHasBeenSet =
false;
101 bool m_fQDNHasBeenSet =
false;
104 bool m_iAMRoleNameHasBeenSet =
false;
const Aws::String & GetDomain() const
DomainMembership & WithIAMRoleName(IAMRoleNameT &&value)
AWS_NEPTUNE_API DomainMembership(const Aws::Utils::Xml::XmlNode &xmlNode)
bool DomainHasBeenSet() const
const Aws::String & GetStatus() const
void SetIAMRoleName(IAMRoleNameT &&value)
bool FQDNHasBeenSet() const
bool StatusHasBeenSet() const
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetFQDN(FQDNT &&value)
DomainMembership & WithDomain(DomainT &&value)
void SetDomain(DomainT &&value)
void SetStatus(StatusT &&value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_NEPTUNE_API DomainMembership & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
DomainMembership & WithStatus(StatusT &&value)
bool IAMRoleNameHasBeenSet() const
AWS_NEPTUNE_API DomainMembership()=default
const Aws::String & GetIAMRoleName() const
const Aws::String & GetFQDN() const
DomainMembership & WithFQDN(FQDNT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream