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
79 inline void SetWorkspaceId(
const char* value) { m_workspaceIdHasBeenSet =
true; m_workspaceId.assign(value); }
87 bool m_authenticationProvidersHasBeenSet =
false;
90 bool m_samlConfigurationHasBeenSet =
false;
93 bool m_workspaceIdHasBeenSet =
false;
UpdateWorkspaceAuthenticationRequest & WithAuthenticationProviders(const Aws::Vector< AuthenticationProviderTypes > &value)
UpdateWorkspaceAuthenticationRequest & AddAuthenticationProviders(const AuthenticationProviderTypes &value)
UpdateWorkspaceAuthenticationRequest & WithAuthenticationProviders(Aws::Vector< AuthenticationProviderTypes > &&value)
virtual const char * GetServiceRequestName() const override
bool WorkspaceIdHasBeenSet() const
const Aws::Vector< AuthenticationProviderTypes > & GetAuthenticationProviders() const
const Aws::String & GetWorkspaceId() const
void SetAuthenticationProviders(const Aws::Vector< AuthenticationProviderTypes > &value)
AWS_MANAGEDGRAFANA_API Aws::String SerializePayload() const override
bool SamlConfigurationHasBeenSet() const
bool AuthenticationProvidersHasBeenSet() const
void SetWorkspaceId(const char *value)
void SetWorkspaceId(Aws::String &&value)
void SetSamlConfiguration(SamlConfiguration &&value)
UpdateWorkspaceAuthenticationRequest & WithWorkspaceId(const char *value)
UpdateWorkspaceAuthenticationRequest & AddAuthenticationProviders(AuthenticationProviderTypes &&value)
AWS_MANAGEDGRAFANA_API UpdateWorkspaceAuthenticationRequest()
UpdateWorkspaceAuthenticationRequest & WithSamlConfiguration(SamlConfiguration &&value)
const SamlConfiguration & GetSamlConfiguration() const
UpdateWorkspaceAuthenticationRequest & WithSamlConfiguration(const SamlConfiguration &value)
void SetAuthenticationProviders(Aws::Vector< AuthenticationProviderTypes > &&value)
UpdateWorkspaceAuthenticationRequest & WithWorkspaceId(Aws::String &&value)
UpdateWorkspaceAuthenticationRequest & WithWorkspaceId(const Aws::String &value)
void SetSamlConfiguration(const SamlConfiguration &value)
void SetWorkspaceId(const Aws::String &value)
AuthenticationProviderTypes
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector