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
51 inline void SetBotName(
const char* value) { m_botNameHasBeenSet =
true; m_botName.assign(value); }
89 bool m_botNameHasBeenSet =
false;
92 bool m_botVersionsHasBeenSet =
false;
95 bool m_statusTypeHasBeenSet =
false;
bool BotVersionsHasBeenSet() const
const Aws::String & GetBotName() const
GetUtterancesViewRequest & AddBotVersions(const char *value)
void SetBotName(const Aws::String &value)
void SetBotName(Aws::String &&value)
const StatusType & GetStatusType() const
GetUtterancesViewRequest & WithStatusType(StatusType &&value)
void SetBotName(const char *value)
AWS_LEXMODELBUILDINGSERVICE_API GetUtterancesViewRequest()
void SetStatusType(StatusType &&value)
AWS_LEXMODELBUILDINGSERVICE_API Aws::String SerializePayload() const override
GetUtterancesViewRequest & WithBotName(const Aws::String &value)
const Aws::Vector< Aws::String > & GetBotVersions() const
void SetBotVersions(const Aws::Vector< Aws::String > &value)
GetUtterancesViewRequest & WithBotVersions(Aws::Vector< Aws::String > &&value)
GetUtterancesViewRequest & WithStatusType(const StatusType &value)
void SetBotVersions(Aws::Vector< Aws::String > &&value)
AWS_LEXMODELBUILDINGSERVICE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetStatusType(const StatusType &value)
GetUtterancesViewRequest & AddBotVersions(const Aws::String &value)
GetUtterancesViewRequest & WithBotName(Aws::String &&value)
bool BotNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
GetUtterancesViewRequest & WithBotVersions(const Aws::Vector< Aws::String > &value)
GetUtterancesViewRequest & AddBotVersions(Aws::String &&value)
bool StatusTypeHasBeenSet() const
GetUtterancesViewRequest & WithBotName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector