7#include <aws/grafana/ManagedGrafana_EXPORTS.h>
8#include <aws/grafana/model/AwsSsoAuthentication.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/grafana/model/SamlAuthentication.h>
11#include <aws/grafana/model/AuthenticationProviderTypes.h>
24namespace ManagedGrafana
89 bool m_awsSsoHasBeenSet =
false;
92 bool m_providersHasBeenSet =
false;
95 bool m_samlHasBeenSet =
false;
AuthenticationDescription & WithAwsSso(const AwsSsoAuthentication &value)
AWS_MANAGEDGRAFANA_API AuthenticationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetProviders(const Aws::Vector< AuthenticationProviderTypes > &value)
AuthenticationDescription & AddProviders(AuthenticationProviderTypes &&value)
void SetSaml(SamlAuthentication &&value)
void SetProviders(Aws::Vector< AuthenticationProviderTypes > &&value)
void SetAwsSso(const AwsSsoAuthentication &value)
bool SamlHasBeenSet() const
const Aws::Vector< AuthenticationProviderTypes > & GetProviders() const
const AwsSsoAuthentication & GetAwsSso() const
AuthenticationDescription & WithProviders(Aws::Vector< AuthenticationProviderTypes > &&value)
AuthenticationDescription & AddProviders(const AuthenticationProviderTypes &value)
AWS_MANAGEDGRAFANA_API AuthenticationDescription(Aws::Utils::Json::JsonView jsonValue)
const SamlAuthentication & GetSaml() const
AWS_MANAGEDGRAFANA_API Aws::Utils::Json::JsonValue Jsonize() const
AuthenticationDescription & WithSaml(SamlAuthentication &&value)
void SetAwsSso(AwsSsoAuthentication &&value)
AuthenticationDescription & WithSaml(const SamlAuthentication &value)
AuthenticationDescription & WithAwsSso(AwsSsoAuthentication &&value)
bool AwsSsoHasBeenSet() const
AWS_MANAGEDGRAFANA_API AuthenticationDescription()
void SetSaml(const SamlAuthentication &value)
bool ProvidersHasBeenSet() const
AuthenticationDescription & WithProviders(const Aws::Vector< AuthenticationProviderTypes > &value)
AuthenticationProviderTypes
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue