103 inline void SetCertificateAuthorityArn(
const char* value) { m_certificateAuthorityArnHasBeenSet =
true; m_certificateAuthorityArn.assign(value); }
123 bool m_statusHasBeenSet =
false;
126 bool m_certificateAuthorityArnHasBeenSet =
false;
#define AWS_APPSTREAM_API
CertificateBasedAuthProperties & WithStatus(CertificateBasedAuthStatus &&value)
bool StatusHasBeenSet() const
void SetStatus(CertificateBasedAuthStatus &&value)
AWS_APPSTREAM_API CertificateBasedAuthProperties(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(const CertificateBasedAuthStatus &value)
AWS_APPSTREAM_API CertificateBasedAuthProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCertificateAuthorityArn() const
CertificateBasedAuthProperties & WithStatus(const CertificateBasedAuthStatus &value)
void SetCertificateAuthorityArn(Aws::String &&value)
void SetCertificateAuthorityArn(const char *value)
AWS_APPSTREAM_API CertificateBasedAuthProperties()
bool CertificateAuthorityArnHasBeenSet() const
const CertificateBasedAuthStatus & GetStatus() const
CertificateBasedAuthProperties & WithCertificateAuthorityArn(const char *value)
CertificateBasedAuthProperties & WithCertificateAuthorityArn(const Aws::String &value)
CertificateBasedAuthProperties & WithCertificateAuthorityArn(Aws::String &&value)
void SetCertificateAuthorityArn(const Aws::String &value)
CertificateBasedAuthStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String