7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename DomainT = Aws::String>
48 void SetDomain(DomainT&& value) { m_domainHasBeenSet =
true; m_domain = std::forward<DomainT>(value); }
49 template<
typename DomainT = Aws::String>
59 template<
typename StatusT = Aws::String>
60 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
61 template<
typename StatusT = Aws::String>
71 template<
typename FqdnT = Aws::String>
72 void SetFqdn(FqdnT&& value) { m_fqdnHasBeenSet =
true; m_fqdn = std::forward<FqdnT>(value); }
73 template<
typename FqdnT = Aws::String>
84 template<
typename IamRoleNameT = Aws::String>
85 void SetIamRoleName(IamRoleNameT&& value) { m_iamRoleNameHasBeenSet =
true; m_iamRoleName = std::forward<IamRoleNameT>(value); }
86 template<
typename IamRoleNameT = Aws::String>
92 bool m_domainHasBeenSet =
false;
95 bool m_statusHasBeenSet =
false;
98 bool m_fqdnHasBeenSet =
false;
101 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