AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
OidcJwtConfiguration.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 OidcJwtConfiguration() = default;
40 AWS_SSOADMIN_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
49 inline const Aws::String& GetIssuerUrl() const { return m_issuerUrl; }
50 inline bool IssuerUrlHasBeenSet() const { return m_issuerUrlHasBeenSet; }
51 template<typename IssuerUrlT = Aws::String>
52 void SetIssuerUrl(IssuerUrlT&& value) { m_issuerUrlHasBeenSet = true; m_issuerUrl = std::forward<IssuerUrlT>(value); }
53 template<typename IssuerUrlT = Aws::String>
54 OidcJwtConfiguration& WithIssuerUrl(IssuerUrlT&& value) { SetIssuerUrl(std::forward<IssuerUrlT>(value)); return *this;}
56
58
64 inline const Aws::String& GetClaimAttributePath() const { return m_claimAttributePath; }
65 inline bool ClaimAttributePathHasBeenSet() const { return m_claimAttributePathHasBeenSet; }
66 template<typename ClaimAttributePathT = Aws::String>
67 void SetClaimAttributePath(ClaimAttributePathT&& value) { m_claimAttributePathHasBeenSet = true; m_claimAttributePath = std::forward<ClaimAttributePathT>(value); }
68 template<typename ClaimAttributePathT = Aws::String>
69 OidcJwtConfiguration& WithClaimAttributePath(ClaimAttributePathT&& value) { SetClaimAttributePath(std::forward<ClaimAttributePathT>(value)); return *this;}
71
73
79 inline const Aws::String& GetIdentityStoreAttributePath() const { return m_identityStoreAttributePath; }
80 inline bool IdentityStoreAttributePathHasBeenSet() const { return m_identityStoreAttributePathHasBeenSet; }
81 template<typename IdentityStoreAttributePathT = Aws::String>
82 void SetIdentityStoreAttributePath(IdentityStoreAttributePathT&& value) { m_identityStoreAttributePathHasBeenSet = true; m_identityStoreAttributePath = std::forward<IdentityStoreAttributePathT>(value); }
83 template<typename IdentityStoreAttributePathT = Aws::String>
84 OidcJwtConfiguration& WithIdentityStoreAttributePath(IdentityStoreAttributePathT&& value) { SetIdentityStoreAttributePath(std::forward<IdentityStoreAttributePathT>(value)); return *this;}
86
88
92 inline JwksRetrievalOption GetJwksRetrievalOption() const { return m_jwksRetrievalOption; }
93 inline bool JwksRetrievalOptionHasBeenSet() const { return m_jwksRetrievalOptionHasBeenSet; }
94 inline void SetJwksRetrievalOption(JwksRetrievalOption value) { m_jwksRetrievalOptionHasBeenSet = true; m_jwksRetrievalOption = value; }
97 private:
98
99 Aws::String m_issuerUrl;
100 bool m_issuerUrlHasBeenSet = false;
101
102 Aws::String m_claimAttributePath;
103 bool m_claimAttributePathHasBeenSet = false;
104
105 Aws::String m_identityStoreAttributePath;
106 bool m_identityStoreAttributePathHasBeenSet = false;
107
109 bool m_jwksRetrievalOptionHasBeenSet = false;
110 };
111
112} // namespace Model
113} // namespace SSOAdmin
114} // namespace Aws
OidcJwtConfiguration & WithJwksRetrievalOption(JwksRetrievalOption value)
const Aws::String & GetClaimAttributePath() const
void SetIdentityStoreAttributePath(IdentityStoreAttributePathT &&value)
OidcJwtConfiguration & WithIssuerUrl(IssuerUrlT &&value)
AWS_SSOADMIN_API OidcJwtConfiguration()=default
void SetJwksRetrievalOption(JwksRetrievalOption value)
void SetClaimAttributePath(ClaimAttributePathT &&value)
AWS_SSOADMIN_API Aws::Utils::Json::JsonValue Jsonize() const
OidcJwtConfiguration & WithClaimAttributePath(ClaimAttributePathT &&value)
OidcJwtConfiguration & WithIdentityStoreAttributePath(IdentityStoreAttributePathT &&value)
AWS_SSOADMIN_API OidcJwtConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_SSOADMIN_API OidcJwtConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
JwksRetrievalOption GetJwksRetrievalOption() const
const Aws::String & GetIdentityStoreAttributePath() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue