7#include <aws/core/utils/DateTime.h>
8#include <aws/es/ElasticsearchService_EXPORTS.h>
9#include <aws/es/model/SAMLOptionsOutput.h>
20namespace ElasticsearchService {
44 m_enabledHasBeenSet =
true;
60 m_internalUserDatabaseEnabledHasBeenSet =
true;
61 m_internalUserDatabaseEnabled = value;
75 template <
typename SAMLOptionsT = SAMLOptionsOutput>
77 m_sAMLOptionsHasBeenSet =
true;
78 m_sAMLOptions = std::forward<SAMLOptionsT>(value);
80 template <
typename SAMLOptionsT = SAMLOptionsOutput>
93 template <
typename AnonymousAuthDisableDateT = Aws::Utils::DateTime>
95 m_anonymousAuthDisableDateHasBeenSet =
true;
96 m_anonymousAuthDisableDate = std::forward<AnonymousAuthDisableDateT>(value);
98 template <
typename AnonymousAuthDisableDateT = Aws::Utils::DateTime>
113 m_anonymousAuthEnabledHasBeenSet =
true;
114 m_anonymousAuthEnabled = value;
122 bool m_enabled{
false};
124 bool m_internalUserDatabaseEnabled{
false};
126 SAMLOptionsOutput m_sAMLOptions;
130 bool m_anonymousAuthEnabled{
false};
131 bool m_enabledHasBeenSet =
false;
132 bool m_internalUserDatabaseEnabledHasBeenSet =
false;
133 bool m_sAMLOptionsHasBeenSet =
false;
134 bool m_anonymousAuthDisableDateHasBeenSet =
false;
135 bool m_anonymousAuthEnabledHasBeenSet =
false;
void SetSAMLOptions(SAMLOptionsT &&value)
const Aws::Utils::DateTime & GetAnonymousAuthDisableDate() const
const SAMLOptionsOutput & GetSAMLOptions() const
AWS_ELASTICSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool AnonymousAuthDisableDateHasBeenSet() const
bool EnabledHasBeenSet() const
bool InternalUserDatabaseEnabledHasBeenSet() const
bool AnonymousAuthEnabledHasBeenSet() const
bool SAMLOptionsHasBeenSet() const
bool GetInternalUserDatabaseEnabled() const
void SetAnonymousAuthDisableDate(AnonymousAuthDisableDateT &&value)
AdvancedSecurityOptions & WithSAMLOptions(SAMLOptionsT &&value)
void SetInternalUserDatabaseEnabled(bool value)
AdvancedSecurityOptions & WithInternalUserDatabaseEnabled(bool value)
void SetAnonymousAuthEnabled(bool value)
bool GetAnonymousAuthEnabled() const
AdvancedSecurityOptions & WithEnabled(bool value)
AdvancedSecurityOptions & WithAnonymousAuthDisableDate(AnonymousAuthDisableDateT &&value)
AdvancedSecurityOptions & WithAnonymousAuthEnabled(bool value)
AWS_ELASTICSEARCHSERVICE_API AdvancedSecurityOptions()=default
AWS_ELASTICSEARCHSERVICE_API AdvancedSecurityOptions(Aws::Utils::Json::JsonView jsonValue)
void SetEnabled(bool value)
AWS_ELASTICSEARCHSERVICE_API AdvancedSecurityOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue