7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wickr/WickrRequest.h>
9#include <aws/wickr/Wickr_EXPORTS.h>
10#include <aws/wickr/model/SortDirection.h>
43 template <
typename NetworkIdT = Aws::String>
45 m_networkIdHasBeenSet =
true;
46 m_networkId = std::forward<NetworkIdT>(value);
48 template <
typename NetworkIdT = Aws::String>
62 template <
typename NextTokenT = Aws::String>
64 m_nextTokenHasBeenSet =
true;
65 m_nextToken = std::forward<NextTokenT>(value);
67 template <
typename NextTokenT = Aws::String>
82 m_maxResultsHasBeenSet =
true;
99 template <
typename SortFieldsT = Aws::String>
101 m_sortFieldsHasBeenSet =
true;
102 m_sortFields = std::forward<SortFieldsT>(value);
104 template <
typename SortFieldsT = Aws::String>
119 m_sortDirectionHasBeenSet =
true;
120 m_sortDirection = value;
135 template <
typename DisplayNameT = Aws::String>
137 m_displayNameHasBeenSet =
true;
138 m_displayName = std::forward<DisplayNameT>(value);
140 template <
typename DisplayNameT = Aws::String>
153 template <
typename UsernameT = Aws::String>
155 m_usernameHasBeenSet =
true;
156 m_username = std::forward<UsernameT>(value);
158 template <
typename UsernameT = Aws::String>
173 m_statusHasBeenSet =
true;
188 template <
typename GroupIdT = Aws::String>
190 m_groupIdHasBeenSet =
true;
191 m_groupId = std::forward<GroupIdT>(value);
193 template <
typename GroupIdT = Aws::String>
217 bool m_networkIdHasBeenSet =
false;
218 bool m_nextTokenHasBeenSet =
false;
219 bool m_maxResultsHasBeenSet =
false;
220 bool m_sortFieldsHasBeenSet =
false;
221 bool m_sortDirectionHasBeenSet =
false;
222 bool m_displayNameHasBeenSet =
false;
223 bool m_usernameHasBeenSet =
false;
224 bool m_statusHasBeenSet =
false;
225 bool m_groupIdHasBeenSet =
false;
bool SortFieldsHasBeenSet() const
ListBotsRequest & WithNetworkId(NetworkIdT &&value)
ListBotsRequest & WithSortFields(SortFieldsT &&value)
bool DisplayNameHasBeenSet() const
ListBotsRequest & WithUsername(UsernameT &&value)
void SetGroupId(GroupIdT &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetDisplayName() const
const Aws::String & GetNetworkId() const
ListBotsRequest & WithGroupId(GroupIdT &&value)
void SetNetworkId(NetworkIdT &&value)
SortDirection GetSortDirection() const
AWS_WICKR_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListBotsRequest & WithNextToken(NextTokenT &&value)
bool GroupIdHasBeenSet() const
ListBotsRequest & WithSortDirection(SortDirection value)
bool StatusHasBeenSet() const
void SetStatus(int value)
void SetUsername(UsernameT &&value)
const Aws::String & GetGroupId() const
AWS_WICKR_API ListBotsRequest()=default
virtual const char * GetServiceRequestName() const override
bool NetworkIdHasBeenSet() const
bool MaxResultsHasBeenSet() const
ListBotsRequest & WithMaxResults(int value)
int GetMaxResults() const
void SetDisplayName(DisplayNameT &&value)
const Aws::String & GetNextToken() const
void SetSortFields(SortFieldsT &&value)
void SetNextToken(NextTokenT &&value)
ListBotsRequest & WithDisplayName(DisplayNameT &&value)
AWS_WICKR_API Aws::String SerializePayload() const override
ListBotsRequest & WithStatus(int value)
const Aws::String & GetUsername() const
bool UsernameHasBeenSet() const
const Aws::String & GetSortFields() const
void SetMaxResults(int value)
void SetSortDirection(SortDirection value)
bool SortDirectionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String