7#include <aws/grafana/ManagedGrafana_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/grafana/model/SamlConfigurationStatus.h>
10#include <aws/grafana/model/AuthenticationProviderTypes.h>
23namespace ManagedGrafana
51 template<
typename Prov
idersT = Aws::Vector<AuthenticationProv
iderTypes>>
52 void SetProviders(ProvidersT&& value) { m_providersHasBeenSet =
true; m_providers = std::forward<ProvidersT>(value); }
53 template<
typename Prov
idersT = Aws::Vector<AuthenticationProv
iderTypes>>
71 bool m_providersHasBeenSet =
false;
74 bool m_samlConfigurationStatusHasBeenSet =
false;
SamlConfigurationStatus GetSamlConfigurationStatus() const
bool ProvidersHasBeenSet() const
const Aws::Vector< AuthenticationProviderTypes > & GetProviders() const
void SetSamlConfigurationStatus(SamlConfigurationStatus value)
void SetProviders(ProvidersT &&value)
AWS_MANAGEDGRAFANA_API AuthenticationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MANAGEDGRAFANA_API AuthenticationSummary()=default
AuthenticationSummary & WithSamlConfigurationStatus(SamlConfigurationStatus value)
bool SamlConfigurationStatusHasBeenSet() const
AWS_MANAGEDGRAFANA_API AuthenticationSummary(Aws::Utils::Json::JsonView jsonValue)
AuthenticationSummary & AddProviders(AuthenticationProviderTypes value)
AuthenticationSummary & WithProviders(ProvidersT &&value)
AWS_MANAGEDGRAFANA_API Aws::Utils::Json::JsonValue Jsonize() const
AuthenticationProviderTypes
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue