7#include <aws/grafana/ManagedGrafana_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ManagedGrafana
48 template<
typename SsoClientIdT = Aws::String>
49 void SetSsoClientId(SsoClientIdT&& value) { m_ssoClientIdHasBeenSet =
true; m_ssoClientId = std::forward<SsoClientIdT>(value); }
50 template<
typename SsoClientIdT = Aws::String>
56 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