AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
SamlAuthentication.h
1
6#pragma once
7#include <aws/grafana/ManagedGrafana_EXPORTS.h>
8#include <aws/grafana/model/SamlConfiguration.h>
9#include <aws/grafana/model/SamlConfigurationStatus.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace ManagedGrafana
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_MANAGEDGRAFANA_API SamlAuthentication() = default;
37 AWS_MANAGEDGRAFANA_API SamlAuthentication(Aws::Utils::Json::JsonView jsonValue);
38 AWS_MANAGEDGRAFANA_API SamlAuthentication& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_MANAGEDGRAFANA_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const SamlConfiguration& GetConfiguration() const { return m_configuration; }
47 inline bool ConfigurationHasBeenSet() const { return m_configurationHasBeenSet; }
48 template<typename ConfigurationT = SamlConfiguration>
49 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet = true; m_configuration = std::forward<ConfigurationT>(value); }
50 template<typename ConfigurationT = SamlConfiguration>
51 SamlAuthentication& WithConfiguration(ConfigurationT&& value) { SetConfiguration(std::forward<ConfigurationT>(value)); return *this;}
53
55
58 inline SamlConfigurationStatus GetStatus() const { return m_status; }
59 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
60 inline void SetStatus(SamlConfigurationStatus value) { m_statusHasBeenSet = true; m_status = value; }
61 inline SamlAuthentication& WithStatus(SamlConfigurationStatus value) { SetStatus(value); return *this;}
63 private:
64
65 SamlConfiguration m_configuration;
66 bool m_configurationHasBeenSet = false;
67
69 bool m_statusHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace ManagedGrafana
74} // namespace Aws
SamlAuthentication & WithConfiguration(ConfigurationT &&value)
const SamlConfiguration & GetConfiguration() const
AWS_MANAGEDGRAFANA_API SamlAuthentication & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MANAGEDGRAFANA_API SamlAuthentication(Aws::Utils::Json::JsonView jsonValue)
AWS_MANAGEDGRAFANA_API SamlAuthentication()=default
SamlAuthentication & WithStatus(SamlConfigurationStatus value)
AWS_MANAGEDGRAFANA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStatus(SamlConfigurationStatus value)
Aws::Utils::Json::JsonValue JsonValue