7#include <aws/grafana/ManagedGrafana_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ManagedGrafana
50 inline void SetSsoClientId(
const char* value) { m_ssoClientIdHasBeenSet =
true; m_ssoClientId.assign(value); }
58 bool m_ssoClientIdHasBeenSet =
false;
AWS_MANAGEDGRAFANA_API AwsSsoAuthentication(Aws::Utils::Json::JsonView jsonValue)
void SetSsoClientId(Aws::String &&value)
void SetSsoClientId(const Aws::String &value)
AwsSsoAuthentication & WithSsoClientId(const Aws::String &value)
void SetSsoClientId(const char *value)
AWS_MANAGEDGRAFANA_API AwsSsoAuthentication & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SsoClientIdHasBeenSet() const
AWS_MANAGEDGRAFANA_API AwsSsoAuthentication()
const Aws::String & GetSsoClientId() const
AwsSsoAuthentication & WithSsoClientId(const char *value)
AwsSsoAuthentication & WithSsoClientId(Aws::String &&value)
AWS_MANAGEDGRAFANA_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue