AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BotRecommendationSummary.h
1
6#pragma once
7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/model/BotRecommendationStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace LexModelsV2
24{
25namespace Model
26{
27
34 {
35 public:
36 AWS_LEXMODELSV2_API BotRecommendationSummary();
39 AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const BotRecommendationStatus& GetBotRecommendationStatus() const{ return m_botRecommendationStatus; }
48 inline bool BotRecommendationStatusHasBeenSet() const { return m_botRecommendationStatusHasBeenSet; }
49 inline void SetBotRecommendationStatus(const BotRecommendationStatus& value) { m_botRecommendationStatusHasBeenSet = true; m_botRecommendationStatus = value; }
50 inline void SetBotRecommendationStatus(BotRecommendationStatus&& value) { m_botRecommendationStatusHasBeenSet = true; m_botRecommendationStatus = std::move(value); }
54
56
59 inline const Aws::String& GetBotRecommendationId() const{ return m_botRecommendationId; }
60 inline bool BotRecommendationIdHasBeenSet() const { return m_botRecommendationIdHasBeenSet; }
61 inline void SetBotRecommendationId(const Aws::String& value) { m_botRecommendationIdHasBeenSet = true; m_botRecommendationId = value; }
62 inline void SetBotRecommendationId(Aws::String&& value) { m_botRecommendationIdHasBeenSet = true; m_botRecommendationId = std::move(value); }
63 inline void SetBotRecommendationId(const char* value) { m_botRecommendationIdHasBeenSet = true; m_botRecommendationId.assign(value); }
65 inline BotRecommendationSummary& WithBotRecommendationId(Aws::String&& value) { SetBotRecommendationId(std::move(value)); return *this;}
66 inline BotRecommendationSummary& WithBotRecommendationId(const char* value) { SetBotRecommendationId(value); return *this;}
68
70
73 inline const Aws::Utils::DateTime& GetCreationDateTime() const{ return m_creationDateTime; }
74 inline bool CreationDateTimeHasBeenSet() const { return m_creationDateTimeHasBeenSet; }
75 inline void SetCreationDateTime(const Aws::Utils::DateTime& value) { m_creationDateTimeHasBeenSet = true; m_creationDateTime = value; }
76 inline void SetCreationDateTime(Aws::Utils::DateTime&& value) { m_creationDateTimeHasBeenSet = true; m_creationDateTime = std::move(value); }
80
82
86 inline const Aws::Utils::DateTime& GetLastUpdatedDateTime() const{ return m_lastUpdatedDateTime; }
87 inline bool LastUpdatedDateTimeHasBeenSet() const { return m_lastUpdatedDateTimeHasBeenSet; }
88 inline void SetLastUpdatedDateTime(const Aws::Utils::DateTime& value) { m_lastUpdatedDateTimeHasBeenSet = true; m_lastUpdatedDateTime = value; }
89 inline void SetLastUpdatedDateTime(Aws::Utils::DateTime&& value) { m_lastUpdatedDateTimeHasBeenSet = true; m_lastUpdatedDateTime = std::move(value); }
93 private:
94
95 BotRecommendationStatus m_botRecommendationStatus;
96 bool m_botRecommendationStatusHasBeenSet = false;
97
98 Aws::String m_botRecommendationId;
99 bool m_botRecommendationIdHasBeenSet = false;
100
101 Aws::Utils::DateTime m_creationDateTime;
102 bool m_creationDateTimeHasBeenSet = false;
103
104 Aws::Utils::DateTime m_lastUpdatedDateTime;
105 bool m_lastUpdatedDateTimeHasBeenSet = false;
106 };
107
108} // namespace Model
109} // namespace LexModelsV2
110} // namespace Aws
const Aws::Utils::DateTime & GetCreationDateTime() const
BotRecommendationSummary & WithBotRecommendationStatus(const BotRecommendationStatus &value)
BotRecommendationSummary & WithCreationDateTime(Aws::Utils::DateTime &&value)
BotRecommendationSummary & WithLastUpdatedDateTime(const Aws::Utils::DateTime &value)
void SetLastUpdatedDateTime(Aws::Utils::DateTime &&value)
BotRecommendationSummary & WithBotRecommendationId(const Aws::String &value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXMODELSV2_API BotRecommendationSummary(Aws::Utils::Json::JsonView jsonValue)
BotRecommendationSummary & WithBotRecommendationId(const char *value)
const BotRecommendationStatus & GetBotRecommendationStatus() const
void SetBotRecommendationStatus(BotRecommendationStatus &&value)
AWS_LEXMODELSV2_API BotRecommendationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
BotRecommendationSummary & WithBotRecommendationStatus(BotRecommendationStatus &&value)
void SetBotRecommendationStatus(const BotRecommendationStatus &value)
BotRecommendationSummary & WithLastUpdatedDateTime(Aws::Utils::DateTime &&value)
BotRecommendationSummary & WithCreationDateTime(const Aws::Utils::DateTime &value)
void SetLastUpdatedDateTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
void SetCreationDateTime(const Aws::Utils::DateTime &value)
BotRecommendationSummary & WithBotRecommendationId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue