7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/grafana/ManagedGrafana_EXPORTS.h>
9#include <aws/grafana/model/AuthenticationProviderTypes.h>
10#include <aws/grafana/model/SamlConfigurationStatus.h>
21namespace ManagedGrafana {
45 template <
typename Prov
idersT = Aws::Vector<AuthenticationProv
iderTypes>>
47 m_providersHasBeenSet =
true;
48 m_providers = std::forward<ProvidersT>(value);
50 template <
typename Prov
idersT = Aws::Vector<AuthenticationProv
iderTypes>>
56 m_providersHasBeenSet =
true;
57 m_providers.push_back(value);
70 m_samlConfigurationStatusHasBeenSet =
true;
71 m_samlConfigurationStatus = value;
82 bool m_providersHasBeenSet =
false;
83 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