AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
OidcJwtUpdateConfiguration.h
1
6#pragma once
7#include <aws/sso-admin/SSOAdmin_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sso-admin/model/JwksRetrievalOption.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 SSOAdmin
23{
24namespace Model
25{
26
35 {
36 public:
37 AWS_SSOADMIN_API OidcJwtUpdateConfiguration() = default;
40 AWS_SSOADMIN_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
50 inline const Aws::String& GetClaimAttributePath() const { return m_claimAttributePath; }
51 inline bool ClaimAttributePathHasBeenSet() const { return m_claimAttributePathHasBeenSet; }
52 template<typename ClaimAttributePathT = Aws::String>
53 void SetClaimAttributePath(ClaimAttributePathT&& value) { m_claimAttributePathHasBeenSet = true; m_claimAttributePath = std::forward<ClaimAttributePathT>(value); }
54 template<typename ClaimAttributePathT = Aws::String>
55 OidcJwtUpdateConfiguration& WithClaimAttributePath(ClaimAttributePathT&& value) { SetClaimAttributePath(std::forward<ClaimAttributePathT>(value)); return *this;}
57
59
65 inline const Aws::String& GetIdentityStoreAttributePath() const { return m_identityStoreAttributePath; }
66 inline bool IdentityStoreAttributePathHasBeenSet() const { return m_identityStoreAttributePathHasBeenSet; }
67 template<typename IdentityStoreAttributePathT = Aws::String>
68 void SetIdentityStoreAttributePath(IdentityStoreAttributePathT&& value) { m_identityStoreAttributePathHasBeenSet = true; m_identityStoreAttributePath = std::forward<IdentityStoreAttributePathT>(value); }
69 template<typename IdentityStoreAttributePathT = Aws::String>
70 OidcJwtUpdateConfiguration& WithIdentityStoreAttributePath(IdentityStoreAttributePathT&& value) { SetIdentityStoreAttributePath(std::forward<IdentityStoreAttributePathT>(value)); return *this;}
72
74
78 inline JwksRetrievalOption GetJwksRetrievalOption() const { return m_jwksRetrievalOption; }
79 inline bool JwksRetrievalOptionHasBeenSet() const { return m_jwksRetrievalOptionHasBeenSet; }
80 inline void SetJwksRetrievalOption(JwksRetrievalOption value) { m_jwksRetrievalOptionHasBeenSet = true; m_jwksRetrievalOption = value; }
83 private:
84
85 Aws::String m_claimAttributePath;
86 bool m_claimAttributePathHasBeenSet = false;
87
88 Aws::String m_identityStoreAttributePath;
89 bool m_identityStoreAttributePathHasBeenSet = false;
90
92 bool m_jwksRetrievalOptionHasBeenSet = false;
93 };
94
95} // namespace Model
96} // namespace SSOAdmin
97} // namespace Aws
AWS_SSOADMIN_API OidcJwtUpdateConfiguration(Aws::Utils::Json::JsonView jsonValue)
OidcJwtUpdateConfiguration & WithIdentityStoreAttributePath(IdentityStoreAttributePathT &&value)
void SetIdentityStoreAttributePath(IdentityStoreAttributePathT &&value)
OidcJwtUpdateConfiguration & WithJwksRetrievalOption(JwksRetrievalOption value)
AWS_SSOADMIN_API Aws::Utils::Json::JsonValue Jsonize() const
OidcJwtUpdateConfiguration & WithClaimAttributePath(ClaimAttributePathT &&value)
AWS_SSOADMIN_API OidcJwtUpdateConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SSOADMIN_API OidcJwtUpdateConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue