7#include <aws/lex-models/LexModelBuildingService_EXPORTS.h>
8#include <aws/lex-models/LexModelBuildingServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lex-models/model/ConversationLogsRequest.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/lex-models/model/Tag.h>
17namespace 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>
56 template<
typename DescriptionT = Aws::String>
57 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
58 template<
typename DescriptionT = Aws::String>
68 template<
typename BotVersionT = Aws::String>
69 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
70 template<
typename BotVersionT = Aws::String>
80 template<
typename BotNameT = Aws::String>
81 void SetBotName(BotNameT&& value) { m_botNameHasBeenSet =
true; m_botName = std::forward<BotNameT>(value); }
82 template<
typename BotNameT = Aws::String>
99 template<
typename ChecksumT = Aws::String>
100 void SetChecksum(ChecksumT&& value) { m_checksumHasBeenSet =
true; m_checksum = std::forward<ChecksumT>(value); }
101 template<
typename ChecksumT = Aws::String>
111 template<
typename ConversationLogsT = ConversationLogsRequest>
112 void SetConversationLogs(ConversationLogsT&& value) { m_conversationLogsHasBeenSet =
true; m_conversationLogs = std::forward<ConversationLogsT>(value); }
113 template<
typename ConversationLogsT = ConversationLogsRequest>
126 template<
typename TagsT = Aws::Vector<Tag>>
127 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
128 template<
typename TagsT = Aws::Vector<Tag>>
130 template<
typename TagsT = Tag>
136 bool m_nameHasBeenSet =
false;
139 bool m_descriptionHasBeenSet =
false;
142 bool m_botVersionHasBeenSet =
false;
145 bool m_botNameHasBeenSet =
false;
148 bool m_checksumHasBeenSet =
false;
151 bool m_conversationLogsHasBeenSet =
false;
154 bool m_tagsHasBeenSet =
false;
const Aws::String & GetName() const
PutBotAliasRequest & WithChecksum(ChecksumT &&value)
void SetBotName(BotNameT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetBotVersion() const
PutBotAliasRequest & WithBotName(BotNameT &&value)
bool BotNameHasBeenSet() const
bool ConversationLogsHasBeenSet() const
PutBotAliasRequest & WithDescription(DescriptionT &&value)
const Aws::Vector< Tag > & GetTags() const
bool ChecksumHasBeenSet() const
void SetChecksum(ChecksumT &&value)
PutBotAliasRequest & WithBotVersion(BotVersionT &&value)
bool TagsHasBeenSet() const
PutBotAliasRequest & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
void SetName(NameT &&value)
bool NameHasBeenSet() const
PutBotAliasRequest & AddTags(TagsT &&value)
AWS_LEXMODELBUILDINGSERVICE_API Aws::String SerializePayload() const override
AWS_LEXMODELBUILDINGSERVICE_API PutBotAliasRequest()=default
bool DescriptionHasBeenSet() const
PutBotAliasRequest & WithName(NameT &&value)
const Aws::String & GetChecksum() const
const ConversationLogsRequest & GetConversationLogs() const
const Aws::String & GetBotName() const
const Aws::String & GetDescription() const
void SetConversationLogs(ConversationLogsT &&value)
virtual const char * GetServiceRequestName() const override
bool BotVersionHasBeenSet() const
void SetBotVersion(BotVersionT &&value)
PutBotAliasRequest & WithConversationLogs(ConversationLogsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector