7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/opensearch/OpenSearchService_EXPORTS.h>
9#include <aws/opensearch/model/InsightFeedbackEntityType.h>
20namespace OpenSearchService {
43 m_typeHasBeenSet =
true;
58 template <
typename ValueT = Aws::String>
60 m_valueHasBeenSet =
true;
61 m_value = std::forward<ValueT>(value);
63 template <
typename ValueT = Aws::String>
65 SetValue(std::forward<ValueT>(value));
73 bool m_typeHasBeenSet =
false;
74 bool m_valueHasBeenSet =
false;
AWS_OPENSEARCHSERVICE_API InsightFeedbackEntity()=default
InsightFeedbackEntity & WithType(InsightFeedbackEntityType value)
InsightFeedbackEntity & WithValue(ValueT &&value)
bool ValueHasBeenSet() const
AWS_OPENSEARCHSERVICE_API InsightFeedbackEntity(Aws::Utils::Json::JsonView jsonValue)
void SetValue(ValueT &&value)
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(InsightFeedbackEntityType value)
bool TypeHasBeenSet() const
InsightFeedbackEntityType GetType() const
AWS_OPENSEARCHSERVICE_API InsightFeedbackEntity & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValue() const
InsightFeedbackEntityType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue