AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
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 inline void SetOidcJwtConfiguration(const OidcJwtUpdateConfiguration& value) { m_oidcJwtConfigurationHasBeenSet = true; m_oidcJwtConfiguration = value; }
50 inline void SetOidcJwtConfiguration(OidcJwtUpdateConfiguration&& value) { m_oidcJwtConfigurationHasBeenSet = true; m_oidcJwtConfiguration = std::move(value); }
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(OidcJwtUpdateConfiguration &&value)
TrustedTokenIssuerUpdateConfiguration & WithOidcJwtConfiguration(const OidcJwtUpdateConfiguration &value)
AWS_SSOADMIN_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue