AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteCustomVocabularyResult.h
1
6#pragma once
7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/model/CustomVocabularyStatus.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace LexModelsV2
25{
26namespace Model
27{
29 {
30 public:
31 AWS_LEXMODELSV2_API DeleteCustomVocabularyResult();
34
35
37
40 inline const Aws::String& GetBotId() const{ return m_botId; }
41 inline void SetBotId(const Aws::String& value) { m_botId = value; }
42 inline void SetBotId(Aws::String&& value) { m_botId = std::move(value); }
43 inline void SetBotId(const char* value) { m_botId.assign(value); }
44 inline DeleteCustomVocabularyResult& WithBotId(const Aws::String& value) { SetBotId(value); return *this;}
45 inline DeleteCustomVocabularyResult& WithBotId(Aws::String&& value) { SetBotId(std::move(value)); return *this;}
46 inline DeleteCustomVocabularyResult& WithBotId(const char* value) { SetBotId(value); return *this;}
48
50
53 inline const Aws::String& GetBotVersion() const{ return m_botVersion; }
54 inline void SetBotVersion(const Aws::String& value) { m_botVersion = value; }
55 inline void SetBotVersion(Aws::String&& value) { m_botVersion = std::move(value); }
56 inline void SetBotVersion(const char* value) { m_botVersion.assign(value); }
57 inline DeleteCustomVocabularyResult& WithBotVersion(const Aws::String& value) { SetBotVersion(value); return *this;}
58 inline DeleteCustomVocabularyResult& WithBotVersion(Aws::String&& value) { SetBotVersion(std::move(value)); return *this;}
59 inline DeleteCustomVocabularyResult& WithBotVersion(const char* value) { SetBotVersion(value); return *this;}
61
63
67 inline const Aws::String& GetLocaleId() const{ return m_localeId; }
68 inline void SetLocaleId(const Aws::String& value) { m_localeId = value; }
69 inline void SetLocaleId(Aws::String&& value) { m_localeId = std::move(value); }
70 inline void SetLocaleId(const char* value) { m_localeId.assign(value); }
71 inline DeleteCustomVocabularyResult& WithLocaleId(const Aws::String& value) { SetLocaleId(value); return *this;}
72 inline DeleteCustomVocabularyResult& WithLocaleId(Aws::String&& value) { SetLocaleId(std::move(value)); return *this;}
73 inline DeleteCustomVocabularyResult& WithLocaleId(const char* value) { SetLocaleId(value); return *this;}
75
77
80 inline const CustomVocabularyStatus& GetCustomVocabularyStatus() const{ return m_customVocabularyStatus; }
81 inline void SetCustomVocabularyStatus(const CustomVocabularyStatus& value) { m_customVocabularyStatus = value; }
82 inline void SetCustomVocabularyStatus(CustomVocabularyStatus&& value) { m_customVocabularyStatus = std::move(value); }
86
88
89 inline const Aws::String& GetRequestId() const{ return m_requestId; }
90 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
91 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
92 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
93 inline DeleteCustomVocabularyResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
94 inline DeleteCustomVocabularyResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
95 inline DeleteCustomVocabularyResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
97 private:
98
99 Aws::String m_botId;
100
101 Aws::String m_botVersion;
102
103 Aws::String m_localeId;
104
105 CustomVocabularyStatus m_customVocabularyStatus;
106
107 Aws::String m_requestId;
108 };
109
110} // namespace Model
111} // namespace LexModelsV2
112} // namespace Aws
void SetCustomVocabularyStatus(const CustomVocabularyStatus &value)
DeleteCustomVocabularyResult & WithBotId(const Aws::String &value)
DeleteCustomVocabularyResult & WithBotVersion(const Aws::String &value)
DeleteCustomVocabularyResult & WithRequestId(Aws::String &&value)
DeleteCustomVocabularyResult & WithRequestId(const char *value)
DeleteCustomVocabularyResult & WithLocaleId(const char *value)
DeleteCustomVocabularyResult & WithBotVersion(Aws::String &&value)
DeleteCustomVocabularyResult & WithBotId(const char *value)
DeleteCustomVocabularyResult & WithLocaleId(const Aws::String &value)
AWS_LEXMODELSV2_API DeleteCustomVocabularyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteCustomVocabularyResult & WithBotId(Aws::String &&value)
DeleteCustomVocabularyResult & WithLocaleId(Aws::String &&value)
DeleteCustomVocabularyResult & WithBotVersion(const char *value)
DeleteCustomVocabularyResult & WithRequestId(const Aws::String &value)
AWS_LEXMODELSV2_API DeleteCustomVocabularyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteCustomVocabularyResult & WithCustomVocabularyStatus(CustomVocabularyStatus &&value)
DeleteCustomVocabularyResult & WithCustomVocabularyStatus(const CustomVocabularyStatus &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue