7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/chime/ChimeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename AccountIdT = Aws::String>
48 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
49 template<
typename AccountIdT = Aws::String>
60 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
70 template<
typename NextTokenT = Aws::String>
71 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
72 template<
typename NextTokenT = Aws::String>
78 bool m_accountIdHasBeenSet =
false;
81 bool m_maxResultsHasBeenSet =
false;
84 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetAccountId() const
void SetMaxResults(int value)
ListBotsRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
AWS_CHIME_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetNextToken() const
void SetAccountId(AccountIdT &&value)
bool NextTokenHasBeenSet() const
ListBotsRequest & WithAccountId(AccountIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_CHIME_API ListBotsRequest()=default
int GetMaxResults() const
bool AccountIdHasBeenSet() const
AWS_CHIME_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
ListBotsRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String