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 PublicKeyT = Aws::String>
96 m_publicKeyHasBeenSet =
true;
97 m_publicKey = std::forward<PublicKeyT>(value);
99 template <
typename PublicKeyT = Aws::String>
106 bool m_enabled{
false};
113 bool m_enabledHasBeenSet =
false;
114 bool m_subjectKeyHasBeenSet =
false;
115 bool m_rolesKeyHasBeenSet =
false;
116 bool m_publicKeyHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue