7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lexv2-models/model/BotVersionSortBy.h>
42 template<
typename BotIdT = Aws::String>
43 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
44 template<
typename BotIdT = Aws::String>
55 template<
typename SortByT = BotVersionSortBy>
56 void SetSortBy(SortByT&& value) { m_sortByHasBeenSet =
true; m_sortBy = std::forward<SortByT>(value); }
57 template<
typename SortByT = BotVersionSortBy>
69 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
82 template<
typename NextTokenT = Aws::String>
83 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
84 template<
typename NextTokenT = Aws::String>
90 bool m_botIdHasBeenSet =
false;
93 bool m_sortByHasBeenSet =
false;
96 bool m_maxResultsHasBeenSet =
false;
99 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetBotId() const
ListBotVersionsRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
ListBotVersionsRequest & WithMaxResults(int value)
ListBotVersionsRequest & WithSortBy(SortByT &&value)
void SetNextToken(NextTokenT &&value)
bool SortByHasBeenSet() const
bool BotIdHasBeenSet() const
const BotVersionSortBy & GetSortBy() const
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
ListBotVersionsRequest & WithBotId(BotIdT &&value)
void SetSortBy(SortByT &&value)
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
virtual const char * GetServiceRequestName() const override
void SetBotId(BotIdT &&value)
AWS_LEXMODELSV2_API ListBotVersionsRequest()=default
int GetMaxResults() const
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String