AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
TrustedTokenIssuerUpdateConfiguration.h
1
6#pragma once
7#include <aws/sso-admin/SSOAdmin_EXPORTS.h>
8#include <aws/sso-admin/model/OidcJwtUpdateConfiguration.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace SSOAdmin
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_SSOADMIN_API TrustedTokenIssuerUpdateConfiguration() = default;
39 AWS_SSOADMIN_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const OidcJwtUpdateConfiguration& GetOidcJwtConfiguration() const { return m_oidcJwtConfiguration; }
48 inline bool OidcJwtConfigurationHasBeenSet() const { return m_oidcJwtConfigurationHasBeenSet; }
49 template<typename OidcJwtConfigurationT = OidcJwtUpdateConfiguration>
50 void SetOidcJwtConfiguration(OidcJwtConfigurationT&& value) { m_oidcJwtConfigurationHasBeenSet = true; m_oidcJwtConfiguration = std::forward<OidcJwtConfigurationT>(value); }
51 template<typename OidcJwtConfigurationT = OidcJwtUpdateConfiguration>
52 TrustedTokenIssuerUpdateConfiguration& WithOidcJwtConfiguration(OidcJwtConfigurationT&& value) { SetOidcJwtConfiguration(std::forward<OidcJwtConfigurationT>(value)); return *this;}
54 private:
55
56 OidcJwtUpdateConfiguration m_oidcJwtConfiguration;
57 bool m_oidcJwtConfigurationHasBeenSet = false;
58 };
59
60} // namespace Model
61} // namespace SSOAdmin
62} // namespace Aws
AWS_SSOADMIN_API TrustedTokenIssuerUpdateConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_SSOADMIN_API TrustedTokenIssuerUpdateConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
TrustedTokenIssuerUpdateConfiguration & WithOidcJwtConfiguration(OidcJwtConfigurationT &&value)
AWS_SSOADMIN_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue