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
51 template<
typename AwsSsoT = AwsSsoAuthentication>
52 void SetAwsSso(AwsSsoT&& value) { m_awsSsoHasBeenSet =
true; m_awsSso = std::forward<AwsSsoT>(value); }
53 template<
typename AwsSsoT = AwsSsoAuthentication>
65 template<
typename Prov
idersT = Aws::Vector<AuthenticationProv
iderTypes>>
66 void SetProviders(ProvidersT&& value) { m_providersHasBeenSet =
true; m_providers = std::forward<ProvidersT>(value); }
67 template<
typename Prov
idersT = Aws::Vector<AuthenticationProv
iderTypes>>
80 template<
typename SamlT = SamlAuthentication>
81 void SetSaml(SamlT&& value) { m_samlHasBeenSet =
true; m_saml = std::forward<SamlT>(value); }
82 template<
typename SamlT = SamlAuthentication>
88 bool m_awsSsoHasBeenSet =
false;
91 bool m_providersHasBeenSet =
false;
94 bool m_samlHasBeenSet =
false;
AWS_MANAGEDGRAFANA_API AuthenticationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetProviders(ProvidersT &&value)
AWS_MANAGEDGRAFANA_API AuthenticationDescription()=default
bool SamlHasBeenSet() const
const Aws::Vector< AuthenticationProviderTypes > & GetProviders() const
const AwsSsoAuthentication & GetAwsSso() const
void SetAwsSso(AwsSsoT &&value)
AWS_MANAGEDGRAFANA_API AuthenticationDescription(Aws::Utils::Json::JsonView jsonValue)
void SetSaml(SamlT &&value)
const SamlAuthentication & GetSaml() const
AWS_MANAGEDGRAFANA_API Aws::Utils::Json::JsonValue Jsonize() const
AuthenticationDescription & AddProviders(AuthenticationProviderTypes value)
AuthenticationDescription & WithSaml(SamlT &&value)
AuthenticationDescription & WithAwsSso(AwsSsoT &&value)
bool AwsSsoHasBeenSet() const
bool ProvidersHasBeenSet() const
AuthenticationDescription & WithProviders(ProvidersT &&value)
AuthenticationProviderTypes
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue