7#include <aws/lex-models/LexModelBuildingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/lex-models/model/ConversationLogsResponse.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/lex-models/model/Tag.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
27namespace LexModelBuildingService
44 template<
typename NameT = Aws::String>
45 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
46 template<
typename NameT = Aws::String>
55 template<
typename DescriptionT = Aws::String>
56 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
57 template<
typename DescriptionT = Aws::String>
66 template<
typename BotVersionT = Aws::String>
67 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
68 template<
typename BotVersionT = Aws::String>
77 template<
typename BotNameT = Aws::String>
78 void SetBotName(BotNameT&& value) { m_botNameHasBeenSet =
true; m_botName = std::forward<BotNameT>(value); }
79 template<
typename BotNameT = Aws::String>
89 template<
typename LastUpdatedDateT = Aws::Utils::DateTime>
90 void SetLastUpdatedDate(LastUpdatedDateT&& value) { m_lastUpdatedDateHasBeenSet =
true; m_lastUpdatedDate = std::forward<LastUpdatedDateT>(value); }
91 template<
typename LastUpdatedDateT = Aws::Utils::DateTime>
100 template<
typename CreatedDateT = Aws::Utils::DateTime>
101 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
102 template<
typename CreatedDateT = Aws::Utils::DateTime>
111 template<
typename ChecksumT = Aws::String>
112 void SetChecksum(ChecksumT&& value) { m_checksumHasBeenSet =
true; m_checksum = std::forward<ChecksumT>(value); }
113 template<
typename ChecksumT = Aws::String>
123 template<
typename ConversationLogsT = ConversationLogsResponse>
124 void SetConversationLogs(ConversationLogsT&& value) { m_conversationLogsHasBeenSet =
true; m_conversationLogs = std::forward<ConversationLogsT>(value); }
125 template<
typename ConversationLogsT = ConversationLogsResponse>
134 template<
typename TagsT = Aws::Vector<Tag>>
135 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
136 template<
typename TagsT = Aws::Vector<Tag>>
138 template<
typename TagsT = Tag>
139 PutBotAliasResult&
AddTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags.emplace_back(std::forward<TagsT>(value));
return *
this; }
145 template<
typename RequestIdT = Aws::String>
146 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
147 template<
typename RequestIdT = Aws::String>
153 bool m_nameHasBeenSet =
false;
156 bool m_descriptionHasBeenSet =
false;
159 bool m_botVersionHasBeenSet =
false;
162 bool m_botNameHasBeenSet =
false;
165 bool m_lastUpdatedDateHasBeenSet =
false;
168 bool m_createdDateHasBeenSet =
false;
171 bool m_checksumHasBeenSet =
false;
173 ConversationLogsResponse m_conversationLogs;
174 bool m_conversationLogsHasBeenSet =
false;
177 bool m_tagsHasBeenSet =
false;
180 bool m_requestIdHasBeenSet =
false;
PutBotAliasResult & WithChecksum(ChecksumT &&value)
void SetBotVersion(BotVersionT &&value)
const Aws::String & GetBotName() const
const Aws::Vector< Tag > & GetTags() const
void SetConversationLogs(ConversationLogsT &&value)
const Aws::String & GetRequestId() const
AWS_LEXMODELBUILDINGSERVICE_API PutBotAliasResult()=default
PutBotAliasResult & WithLastUpdatedDate(LastUpdatedDateT &&value)
void SetCreatedDate(CreatedDateT &&value)
const Aws::String & GetChecksum() const
void SetChecksum(ChecksumT &&value)
PutBotAliasResult & WithConversationLogs(ConversationLogsT &&value)
void SetTags(TagsT &&value)
const ConversationLogsResponse & GetConversationLogs() const
const Aws::Utils::DateTime & GetCreatedDate() const
const Aws::String & GetBotVersion() const
void SetRequestId(RequestIdT &&value)
void SetBotName(BotNameT &&value)
PutBotAliasResult & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
AWS_LEXMODELBUILDINGSERVICE_API PutBotAliasResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LEXMODELBUILDINGSERVICE_API PutBotAliasResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDescription() const
void SetName(NameT &&value)
PutBotAliasResult & WithRequestId(RequestIdT &&value)
PutBotAliasResult & WithName(NameT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDate() const
const Aws::String & GetName() const
PutBotAliasResult & WithCreatedDate(CreatedDateT &&value)
PutBotAliasResult & AddTags(TagsT &&value)
PutBotAliasResult & WithBotVersion(BotVersionT &&value)
PutBotAliasResult & WithTags(TagsT &&value)
PutBotAliasResult & WithBotName(BotNameT &&value)
void SetLastUpdatedDate(LastUpdatedDateT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue