7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/grafana/ManagedGrafanaRequest.h>
10#include <aws/grafana/ManagedGrafana_EXPORTS.h>
11#include <aws/grafana/model/AuthenticationProviderTypes.h>
12#include <aws/grafana/model/SamlConfiguration.h>
17namespace ManagedGrafana {
44 template <
typename AuthenticationProv
idersT = Aws::Vector<AuthenticationProv
iderTypes>>
46 m_authenticationProvidersHasBeenSet =
true;
47 m_authenticationProviders = std::forward<AuthenticationProvidersT>(value);
49 template <
typename AuthenticationProv
idersT = Aws::Vector<AuthenticationProv
iderTypes>>
55 m_authenticationProvidersHasBeenSet =
true;
56 m_authenticationProviders.push_back(value);
70 template <
typename SamlConfigurationT = SamlConfiguration>
72 m_samlConfigurationHasBeenSet =
true;
73 m_samlConfiguration = std::forward<SamlConfigurationT>(value);
75 template <
typename SamlConfigurationT = SamlConfiguration>
88 template <
typename WorkspaceIdT = Aws::String>
90 m_workspaceIdHasBeenSet =
true;
91 m_workspaceId = std::forward<WorkspaceIdT>(value);
93 template <
typename WorkspaceIdT = Aws::String>
101 bool m_authenticationProvidersHasBeenSet =
false;
104 bool m_samlConfigurationHasBeenSet =
false;
107 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