AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LexBot.h
1
6#pragma once
7#include <aws/connect/Connect_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 Connect
22{
23namespace Model
24{
25
31 class LexBot
32 {
33 public:
34 AWS_CONNECT_API LexBot();
35 AWS_CONNECT_API LexBot(Aws::Utils::Json::JsonView jsonValue);
36 AWS_CONNECT_API LexBot& operator=(Aws::Utils::Json::JsonView jsonValue);
37 AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetName() const{ return m_name; }
45 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
46 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
47 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
48 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
49 inline LexBot& WithName(const Aws::String& value) { SetName(value); return *this;}
50 inline LexBot& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
51 inline LexBot& WithName(const char* value) { SetName(value); return *this;}
53
55
58 inline const Aws::String& GetLexRegion() const{ return m_lexRegion; }
59 inline bool LexRegionHasBeenSet() const { return m_lexRegionHasBeenSet; }
60 inline void SetLexRegion(const Aws::String& value) { m_lexRegionHasBeenSet = true; m_lexRegion = value; }
61 inline void SetLexRegion(Aws::String&& value) { m_lexRegionHasBeenSet = true; m_lexRegion = std::move(value); }
62 inline void SetLexRegion(const char* value) { m_lexRegionHasBeenSet = true; m_lexRegion.assign(value); }
63 inline LexBot& WithLexRegion(const Aws::String& value) { SetLexRegion(value); return *this;}
64 inline LexBot& WithLexRegion(Aws::String&& value) { SetLexRegion(std::move(value)); return *this;}
65 inline LexBot& WithLexRegion(const char* value) { SetLexRegion(value); return *this;}
67 private:
68
69 Aws::String m_name;
70 bool m_nameHasBeenSet = false;
71
72 Aws::String m_lexRegion;
73 bool m_lexRegionHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace Connect
78} // namespace Aws
void SetLexRegion(Aws::String &&value)
Definition LexBot.h:61
void SetLexRegion(const char *value)
Definition LexBot.h:62
LexBot & WithName(const char *value)
Definition LexBot.h:51
const Aws::String & GetName() const
Definition LexBot.h:44
bool LexRegionHasBeenSet() const
Definition LexBot.h:59
LexBot & WithLexRegion(Aws::String &&value)
Definition LexBot.h:64
void SetName(const char *value)
Definition LexBot.h:48
LexBot & WithLexRegion(const Aws::String &value)
Definition LexBot.h:63
void SetLexRegion(const Aws::String &value)
Definition LexBot.h:60
AWS_CONNECT_API LexBot(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLexRegion() const
Definition LexBot.h:58
LexBot & WithName(const Aws::String &value)
Definition LexBot.h:49
LexBot & WithName(Aws::String &&value)
Definition LexBot.h:50
void SetName(Aws::String &&value)
Definition LexBot.h:47
AWS_CONNECT_API LexBot & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API LexBot()
bool NameHasBeenSet() const
Definition LexBot.h:45
void SetName(const Aws::String &value)
Definition LexBot.h:46
LexBot & WithLexRegion(const char *value)
Definition LexBot.h:65
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue