7#include <aws/grafana/ManagedGrafana_EXPORTS.h>
8#include <aws/grafana/ManagedGrafanaRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/grafana/model/SamlConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/grafana/model/AuthenticationProviderTypes.h>
17namespace ManagedGrafana
48 template<
typename AuthenticationProv
idersT = Aws::Vector<AuthenticationProv
iderTypes>>
49 void SetAuthenticationProviders(AuthenticationProvidersT&& value) { m_authenticationProvidersHasBeenSet =
true; m_authenticationProviders = std::forward<AuthenticationProvidersT>(value); }
50 template<
typename AuthenticationProv
idersT = Aws::Vector<AuthenticationProv
iderTypes>>
64 template<
typename SamlConfigurationT = SamlConfiguration>
65 void SetSamlConfiguration(SamlConfigurationT&& value) { m_samlConfigurationHasBeenSet =
true; m_samlConfiguration = std::forward<SamlConfigurationT>(value); }
66 template<
typename SamlConfigurationT = SamlConfiguration>
76 template<
typename WorkspaceIdT = Aws::String>
77 void SetWorkspaceId(WorkspaceIdT&& value) { m_workspaceIdHasBeenSet =
true; m_workspaceId = std::forward<WorkspaceIdT>(value); }
78 template<
typename WorkspaceIdT = Aws::String>
84 bool m_authenticationProvidersHasBeenSet =
false;
87 bool m_samlConfigurationHasBeenSet =
false;
90 bool m_workspaceIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetSamlConfiguration(SamlConfigurationT &&value)
bool WorkspaceIdHasBeenSet() const
const Aws::Vector< AuthenticationProviderTypes > & GetAuthenticationProviders() const
void SetAuthenticationProviders(AuthenticationProvidersT &&value)
const Aws::String & GetWorkspaceId() const
AWS_MANAGEDGRAFANA_API Aws::String SerializePayload() const override
UpdateWorkspaceAuthenticationRequest & WithWorkspaceId(WorkspaceIdT &&value)
UpdateWorkspaceAuthenticationRequest & WithAuthenticationProviders(AuthenticationProvidersT &&value)
bool SamlConfigurationHasBeenSet() const
bool AuthenticationProvidersHasBeenSet() const
void SetWorkspaceId(WorkspaceIdT &&value)
UpdateWorkspaceAuthenticationRequest & AddAuthenticationProviders(AuthenticationProviderTypes value)
const SamlConfiguration & GetSamlConfiguration() const
UpdateWorkspaceAuthenticationRequest & WithSamlConfiguration(SamlConfigurationT &&value)
AWS_MANAGEDGRAFANA_API UpdateWorkspaceAuthenticationRequest()=default
AuthenticationProviderTypes
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector