7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
41 template <
typename DomainT = Aws::String>
43 m_domainHasBeenSet =
true;
44 m_domain = std::forward<DomainT>(value);
46 template <
typename DomainT = Aws::String>
59 template <
typename StatusT = Aws::String>
61 m_statusHasBeenSet =
true;
62 m_status = std::forward<StatusT>(value);
64 template <
typename StatusT = Aws::String>
77 template <
typename FqdnT = Aws::String>
79 m_fqdnHasBeenSet =
true;
80 m_fqdn = std::forward<FqdnT>(value);
82 template <
typename FqdnT = Aws::String>
84 SetFqdn(std::forward<FqdnT>(value));
96 template <
typename IamRoleNameT = Aws::String>
98 m_iamRoleNameHasBeenSet =
true;
99 m_iamRoleName = std::forward<IamRoleNameT>(value);
101 template <
typename IamRoleNameT = Aws::String>
115 bool m_domainHasBeenSet =
false;
116 bool m_statusHasBeenSet =
false;
117 bool m_fqdnHasBeenSet =
false;
118 bool m_iamRoleNameHasBeenSet =
false;
bool IamRoleNameHasBeenSet() const
AwsRdsDbDomainMembership & WithDomain(DomainT &&value)
AwsRdsDbDomainMembership & WithFqdn(FqdnT &&value)
bool FqdnHasBeenSet() const
AWS_SECURITYHUB_API AwsRdsDbDomainMembership(Aws::Utils::Json::JsonView jsonValue)
bool DomainHasBeenSet() const
AWS_SECURITYHUB_API AwsRdsDbDomainMembership()=default
AwsRdsDbDomainMembership & WithIamRoleName(IamRoleNameT &&value)
const Aws::String & GetFqdn() const
void SetDomain(DomainT &&value)
const Aws::String & GetDomain() const
AwsRdsDbDomainMembership & WithStatus(StatusT &&value)
const Aws::String & GetIamRoleName() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFqdn(FqdnT &&value)
const Aws::String & GetStatus() const
void SetStatus(StatusT &&value)
AWS_SECURITYHUB_API AwsRdsDbDomainMembership & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StatusHasBeenSet() const
void SetIamRoleName(IamRoleNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue