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>
113 template <
typename PublicKeyT = Aws::String>
115 m_publicKeyHasBeenSet =
true;
116 m_publicKey = std::forward<PublicKeyT>(value);
118 template <
typename PublicKeyT = Aws::String>
125 bool m_enabled{
false};
134 bool m_enabledHasBeenSet =
false;
135 bool m_subjectKeyHasBeenSet =
false;
136 bool m_rolesKeyHasBeenSet =
false;
137 bool m_jwksUrlHasBeenSet =
false;
138 bool m_publicKeyHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue