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>
82 template<
typename PublicKeyT = Aws::String>
83 void SetPublicKey(PublicKeyT&& value) { m_publicKeyHasBeenSet =
true; m_publicKey = std::forward<PublicKeyT>(value); }
84 template<
typename PublicKeyT = Aws::String>
89 bool m_enabled{
false};
90 bool m_enabledHasBeenSet =
false;
93 bool m_subjectKeyHasBeenSet =
false;
96 bool m_rolesKeyHasBeenSet =
false;
99 bool m_publicKeyHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue