AWS SDK for C++

AWS SDK for C++ Version 1.11.750

Loading...
Searching...
No Matches
AwsSsoAuthentication.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/grafana/ManagedGrafana_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace ManagedGrafana {
20namespace Model {
21
29 public:
30 AWS_MANAGEDGRAFANA_API AwsSsoAuthentication() = default;
31 AWS_MANAGEDGRAFANA_API AwsSsoAuthentication(Aws::Utils::Json::JsonView jsonValue);
32 AWS_MANAGEDGRAFANA_API AwsSsoAuthentication& operator=(Aws::Utils::Json::JsonView jsonValue);
33 AWS_MANAGEDGRAFANA_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::String& GetSsoClientId() const { return m_ssoClientId; }
41 inline bool SsoClientIdHasBeenSet() const { return m_ssoClientIdHasBeenSet; }
42 template <typename SsoClientIdT = Aws::String>
43 void SetSsoClientId(SsoClientIdT&& value) {
44 m_ssoClientIdHasBeenSet = true;
45 m_ssoClientId = std::forward<SsoClientIdT>(value);
46 }
47 template <typename SsoClientIdT = Aws::String>
48 AwsSsoAuthentication& WithSsoClientId(SsoClientIdT&& value) {
49 SetSsoClientId(std::forward<SsoClientIdT>(value));
50 return *this;
51 }
53 private:
54 Aws::String m_ssoClientId;
55 bool m_ssoClientIdHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace ManagedGrafana
60} // namespace Aws
AWS_MANAGEDGRAFANA_API AwsSsoAuthentication(Aws::Utils::Json::JsonView jsonValue)
AWS_MANAGEDGRAFANA_API AwsSsoAuthentication()=default
AWS_MANAGEDGRAFANA_API AwsSsoAuthentication & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsSsoAuthentication & WithSsoClientId(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