AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AnalyticsIntentGroupByKey.h
1
6#pragma once
7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/model/AnalyticsIntentField.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace LexModelsV2
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_LEXMODELSV2_API AnalyticsIntentGroupByKey();
39 AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const AnalyticsIntentField& GetName() const{ return m_name; }
47 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
48 inline void SetName(const AnalyticsIntentField& value) { m_nameHasBeenSet = true; m_name = value; }
49 inline void SetName(AnalyticsIntentField&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
50 inline AnalyticsIntentGroupByKey& WithName(const AnalyticsIntentField& value) { SetName(value); return *this;}
51 inline AnalyticsIntentGroupByKey& WithName(AnalyticsIntentField&& value) { SetName(std::move(value)); return *this;}
53
55
58 inline const Aws::String& GetValue() const{ return m_value; }
59 inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; }
60 inline void SetValue(const Aws::String& value) { m_valueHasBeenSet = true; m_value = value; }
61 inline void SetValue(Aws::String&& value) { m_valueHasBeenSet = true; m_value = std::move(value); }
62 inline void SetValue(const char* value) { m_valueHasBeenSet = true; m_value.assign(value); }
63 inline AnalyticsIntentGroupByKey& WithValue(const Aws::String& value) { SetValue(value); return *this;}
64 inline AnalyticsIntentGroupByKey& WithValue(Aws::String&& value) { SetValue(std::move(value)); return *this;}
65 inline AnalyticsIntentGroupByKey& WithValue(const char* value) { SetValue(value); return *this;}
67 private:
68
70 bool m_nameHasBeenSet = false;
71
72 Aws::String m_value;
73 bool m_valueHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace LexModelsV2
78} // namespace Aws
AnalyticsIntentGroupByKey & WithValue(const Aws::String &value)
AWS_LEXMODELSV2_API AnalyticsIntentGroupByKey & operator=(Aws::Utils::Json::JsonView jsonValue)
AnalyticsIntentGroupByKey & WithValue(const char *value)
AnalyticsIntentGroupByKey & WithName(AnalyticsIntentField &&value)
AnalyticsIntentGroupByKey & WithValue(Aws::String &&value)
AnalyticsIntentGroupByKey & WithName(const AnalyticsIntentField &value)
AWS_LEXMODELSV2_API AnalyticsIntentGroupByKey(Aws::Utils::Json::JsonView jsonValue)
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