AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
BuiltInIntentSummary.h
1
6#pragma once
7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace LexModelsV2
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_LEXMODELSV2_API BuiltInIntentSummary() = default;
37 AWS_LEXMODELSV2_API BuiltInIntentSummary(Aws::Utils::Json::JsonView jsonValue);
39 AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::String& GetIntentSignature() const { return m_intentSignature; }
48 inline bool IntentSignatureHasBeenSet() const { return m_intentSignatureHasBeenSet; }
49 template<typename IntentSignatureT = Aws::String>
50 void SetIntentSignature(IntentSignatureT&& value) { m_intentSignatureHasBeenSet = true; m_intentSignature = std::forward<IntentSignatureT>(value); }
51 template<typename IntentSignatureT = Aws::String>
52 BuiltInIntentSummary& WithIntentSignature(IntentSignatureT&& value) { SetIntentSignature(std::forward<IntentSignatureT>(value)); return *this;}
54
56
59 inline const Aws::String& GetDescription() const { return m_description; }
60 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
61 template<typename DescriptionT = Aws::String>
62 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
63 template<typename DescriptionT = Aws::String>
64 BuiltInIntentSummary& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
66 private:
67
68 Aws::String m_intentSignature;
69 bool m_intentSignatureHasBeenSet = false;
70
71 Aws::String m_description;
72 bool m_descriptionHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace LexModelsV2
77} // namespace Aws
AWS_LEXMODELSV2_API BuiltInIntentSummary()=default
BuiltInIntentSummary & WithDescription(DescriptionT &&value)
AWS_LEXMODELSV2_API BuiltInIntentSummary(Aws::Utils::Json::JsonView jsonValue)
void SetIntentSignature(IntentSignatureT &&value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
BuiltInIntentSummary & WithIntentSignature(IntentSignatureT &&value)
AWS_LEXMODELSV2_API BuiltInIntentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue