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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace LexModelBuildingService
42 template<
typename NameT = Aws::String>
43 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
44 template<
typename NameT = Aws::String>
53 template<
typename DescriptionT = Aws::String>
54 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
55 template<
typename DescriptionT = Aws::String>
64 template<
typename BotVersionT = Aws::String>
65 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
66 template<
typename BotVersionT = Aws::String>
75 template<
typename BotNameT = Aws::String>
76 void SetBotName(BotNameT&& value) { m_botNameHasBeenSet =
true; m_botName = std::forward<BotNameT>(value); }
77 template<
typename BotNameT = Aws::String>
87 template<
typename LastUpdatedDateT = Aws::Utils::DateTime>
88 void SetLastUpdatedDate(LastUpdatedDateT&& value) { m_lastUpdatedDateHasBeenSet =
true; m_lastUpdatedDate = std::forward<LastUpdatedDateT>(value); }
89 template<
typename LastUpdatedDateT = Aws::Utils::DateTime>
98 template<
typename CreatedDateT = Aws::Utils::DateTime>
99 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
100 template<
typename CreatedDateT = Aws::Utils::DateTime>
109 template<
typename ChecksumT = Aws::String>
110 void SetChecksum(ChecksumT&& value) { m_checksumHasBeenSet =
true; m_checksum = std::forward<ChecksumT>(value); }
111 template<
typename ChecksumT = Aws::String>
121 template<
typename ConversationLogsT = ConversationLogsResponse>
122 void SetConversationLogs(ConversationLogsT&& value) { m_conversationLogsHasBeenSet =
true; m_conversationLogs = std::forward<ConversationLogsT>(value); }
123 template<
typename ConversationLogsT = ConversationLogsResponse>
130 template<
typename RequestIdT = Aws::String>
131 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
132 template<
typename RequestIdT = Aws::String>
138 bool m_nameHasBeenSet =
false;
141 bool m_descriptionHasBeenSet =
false;
144 bool m_botVersionHasBeenSet =
false;
147 bool m_botNameHasBeenSet =
false;
150 bool m_lastUpdatedDateHasBeenSet =
false;
153 bool m_createdDateHasBeenSet =
false;
156 bool m_checksumHasBeenSet =
false;
158 ConversationLogsResponse m_conversationLogs;
159 bool m_conversationLogsHasBeenSet =
false;
162 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetDescription() const
const Aws::Utils::DateTime & GetLastUpdatedDate() const
const Aws::String & GetBotVersion() const
void SetConversationLogs(ConversationLogsT &&value)
void SetBotVersion(BotVersionT &&value)
void SetRequestId(RequestIdT &&value)
GetBotAliasResult & WithConversationLogs(ConversationLogsT &&value)
const Aws::String & GetBotName() const
void SetCreatedDate(CreatedDateT &&value)
const Aws::String & GetName() const
GetBotAliasResult & WithDescription(DescriptionT &&value)
GetBotAliasResult & WithChecksum(ChecksumT &&value)
const Aws::Utils::DateTime & GetCreatedDate() const
void SetLastUpdatedDate(LastUpdatedDateT &&value)
GetBotAliasResult & WithLastUpdatedDate(LastUpdatedDateT &&value)
const ConversationLogsResponse & GetConversationLogs() const
GetBotAliasResult & WithCreatedDate(CreatedDateT &&value)
const Aws::String & GetChecksum() const
AWS_LEXMODELBUILDINGSERVICE_API GetBotAliasResult()=default
AWS_LEXMODELBUILDINGSERVICE_API GetBotAliasResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetBotAliasResult & WithBotVersion(BotVersionT &&value)
const Aws::String & GetRequestId() const
GetBotAliasResult & WithBotName(BotNameT &&value)
void SetDescription(DescriptionT &&value)
AWS_LEXMODELBUILDINGSERVICE_API GetBotAliasResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetChecksum(ChecksumT &&value)
GetBotAliasResult & WithName(NameT &&value)
void SetBotName(BotNameT &&value)
void SetName(NameT &&value)
GetBotAliasResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue