7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace OpenSearchService
47 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
57 template<
typename SubjectKeyT = Aws::String>
58 void SetSubjectKey(SubjectKeyT&& value) { m_subjectKeyHasBeenSet =
true; m_subjectKey = std::forward<SubjectKeyT>(value); }
59 template<
typename SubjectKeyT = Aws::String>
69 template<
typename RolesKeyT = Aws::String>
70 void SetRolesKey(RolesKeyT&& value) { m_rolesKeyHasBeenSet =
true; m_rolesKey = std::forward<RolesKeyT>(value); }
71 template<
typename RolesKeyT = Aws::String>
81 template<
typename PublicKeyT = Aws::String>
82 void SetPublicKey(PublicKeyT&& value) { m_publicKeyHasBeenSet =
true; m_publicKey = std::forward<PublicKeyT>(value); }
83 template<
typename PublicKeyT = Aws::String>
88 bool m_enabled{
false};
89 bool m_enabledHasBeenSet =
false;
92 bool m_subjectKeyHasBeenSet =
false;
95 bool m_rolesKeyHasBeenSet =
false;
98 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