7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/opensearch/OpenSearchService_EXPORTS.h>
19namespace OpenSearchService {
42 m_enabledHasBeenSet =
true;
57 template <
typename SubjectKeyT = Aws::String>
59 m_subjectKeyHasBeenSet =
true;
60 m_subjectKey = std::forward<SubjectKeyT>(value);
62 template <
typename SubjectKeyT = Aws::String>
75 template <
typename RolesKeyT = Aws::String>
77 m_rolesKeyHasBeenSet =
true;
78 m_rolesKey = std::forward<RolesKeyT>(value);
80 template <
typename RolesKeyT = Aws::String>
94 template <
typename JwksUrlT = Aws::String>
96 m_jwksUrlHasBeenSet =
true;
97 m_jwksUrl = std::forward<JwksUrlT>(value);
99 template <
typename JwksUrlT = Aws::String>
112 template <
typename PublicKeyT = Aws::String>
114 m_publicKeyHasBeenSet =
true;
115 m_publicKey = std::forward<PublicKeyT>(value);
117 template <
typename PublicKeyT = Aws::String>
124 bool m_enabled{
false};
133 bool m_enabledHasBeenSet =
false;
134 bool m_subjectKeyHasBeenSet =
false;
135 bool m_rolesKeyHasBeenSet =
false;
136 bool m_jwksUrlHasBeenSet =
false;
137 bool m_publicKeyHasBeenSet =
false;
JWTOptionsOutput & WithEnabled(bool value)
void SetPublicKey(PublicKeyT &&value)
AWS_OPENSEARCHSERVICE_API JWTOptionsOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_OPENSEARCHSERVICE_API JWTOptionsOutput()=default
bool EnabledHasBeenSet() const
void SetRolesKey(RolesKeyT &&value)
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool SubjectKeyHasBeenSet() const
void SetEnabled(bool value)
void SetSubjectKey(SubjectKeyT &&value)
bool RolesKeyHasBeenSet() const
JWTOptionsOutput & WithRolesKey(RolesKeyT &&value)
const Aws::String & GetRolesKey() const
const Aws::String & GetJwksUrl() const
JWTOptionsOutput & WithJwksUrl(JwksUrlT &&value)
JWTOptionsOutput & WithPublicKey(PublicKeyT &&value)
bool JwksUrlHasBeenSet() const
AWS_OPENSEARCHSERVICE_API JWTOptionsOutput(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSubjectKey() const
JWTOptionsOutput & WithSubjectKey(SubjectKeyT &&value)
void SetJwksUrl(JwksUrlT &&value)
bool PublicKeyHasBeenSet() const
const Aws::String & GetPublicKey() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue