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>
93 template <
typename PublicKeyT = Aws::String>
95 m_publicKeyHasBeenSet =
true;
96 m_publicKey = std::forward<PublicKeyT>(value);
98 template <
typename PublicKeyT = Aws::String>
105 bool m_enabled{
false};
112 bool m_enabledHasBeenSet =
false;
113 bool m_subjectKeyHasBeenSet =
false;
114 bool m_rolesKeyHasBeenSet =
false;
115 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
JWTOptionsOutput & WithPublicKey(PublicKeyT &&value)
AWS_OPENSEARCHSERVICE_API JWTOptionsOutput(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSubjectKey() const
JWTOptionsOutput & WithSubjectKey(SubjectKeyT &&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