7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
9#include <aws/lexv2-models/model/AnalyticsIntentField.h>
20namespace LexModelsV2 {
43 m_nameHasBeenSet =
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_nameHasBeenSet =
false;
74 bool m_valueHasBeenSet =
false;
AWS_LEXMODELSV2_API AnalyticsIntentGroupByKey & operator=(Aws::Utils::Json::JsonView jsonValue)
AnalyticsIntentGroupByKey & WithName(AnalyticsIntentField value)
void SetName(AnalyticsIntentField value)
void SetValue(ValueT &&value)
AWS_LEXMODELSV2_API AnalyticsIntentGroupByKey()=default
bool ValueHasBeenSet() const
AnalyticsIntentGroupByKey & WithValue(ValueT &&value)
bool NameHasBeenSet() const
AWS_LEXMODELSV2_API AnalyticsIntentGroupByKey(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValue() const
AnalyticsIntentField GetName() const
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue