7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptune/Neptune_EXPORTS.h>
43 template <
typename DomainT = Aws::String>
45 m_domainHasBeenSet =
true;
46 m_domain = std::forward<DomainT>(value);
48 template <
typename DomainT = Aws::String>
62 template <
typename StatusT = Aws::String>
64 m_statusHasBeenSet =
true;
65 m_status = std::forward<StatusT>(value);
67 template <
typename StatusT = Aws::String>
80 template <
typename FQDNT = Aws::String>
82 m_fQDNHasBeenSet =
true;
83 m_fQDN = std::forward<FQDNT>(value);
85 template <
typename FQDNT = Aws::String>
87 SetFQDN(std::forward<FQDNT>(value));
99 template <
typename IAMRoleNameT = Aws::String>
101 m_iAMRoleNameHasBeenSet =
true;
102 m_iAMRoleName = std::forward<IAMRoleNameT>(value);
104 template <
typename IAMRoleNameT = Aws::String>
112 bool m_domainHasBeenSet =
false;
115 bool m_statusHasBeenSet =
false;
118 bool m_fQDNHasBeenSet =
false;
121 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