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/core/utils/memory/stl/AWSVector.h>
11#include <aws/lex-models/model/StatusType.h>
20namespace LexModelBuildingService
49 template<
typename BotNameT = Aws::String>
50 void SetBotName(BotNameT&& value) { m_botNameHasBeenSet =
true; m_botName = std::forward<BotNameT>(value); }
51 template<
typename BotNameT = Aws::String>
62 template<
typename BotVersionsT = Aws::Vector<Aws::String>>
63 void SetBotVersions(BotVersionsT&& value) { m_botVersionsHasBeenSet =
true; m_botVersions = std::forward<BotVersionsT>(value); }
64 template<
typename BotVersionsT = Aws::Vector<Aws::String>>
66 template<
typename BotVersionsT = Aws::String>
84 bool m_botNameHasBeenSet =
false;
87 bool m_botVersionsHasBeenSet =
false;
90 bool m_statusTypeHasBeenSet =
false;
bool BotVersionsHasBeenSet() const
const Aws::String & GetBotName() const
void SetBotVersions(BotVersionsT &&value)
GetUtterancesViewRequest & WithBotVersions(BotVersionsT &&value)
void SetStatusType(StatusType value)
GetUtterancesViewRequest & WithStatusType(StatusType value)
AWS_LEXMODELBUILDINGSERVICE_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetBotVersions() const
AWS_LEXMODELBUILDINGSERVICE_API GetUtterancesViewRequest()=default
AWS_LEXMODELBUILDINGSERVICE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool BotNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetBotName(BotNameT &&value)
bool StatusTypeHasBeenSet() const
StatusType GetStatusType() const
GetUtterancesViewRequest & AddBotVersions(BotVersionsT &&value)
GetUtterancesViewRequest & WithBotName(BotNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector