7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/grafana/ManagedGrafana_EXPORTS.h>
19namespace ManagedGrafana {
42 template <
typename SsoClientIdT = Aws::String>
44 m_ssoClientIdHasBeenSet =
true;
45 m_ssoClientId = std::forward<SsoClientIdT>(value);
47 template <
typename SsoClientIdT = Aws::String>
55 bool m_ssoClientIdHasBeenSet =
false;
AWS_MANAGEDGRAFANA_API AwsSsoAuthentication(Aws::Utils::Json::JsonView jsonValue)
AWS_MANAGEDGRAFANA_API AwsSsoAuthentication()=default
AWS_MANAGEDGRAFANA_API AwsSsoAuthentication & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SsoClientIdHasBeenSet() const
AwsSsoAuthentication & WithSsoClientId(SsoClientIdT &&value)
const Aws::String & GetSsoClientId() const
void SetSsoClientId(SsoClientIdT &&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