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 FirstNameT = Aws::String>
137 m_firstNameHasBeenSet =
true;
138 m_firstName = std::forward<FirstNameT>(value);
140 template <
typename FirstNameT = Aws::String>
153 template <
typename LastNameT = Aws::String>
155 m_lastNameHasBeenSet =
true;
156 m_lastName = std::forward<LastNameT>(value);
158 template <
typename LastNameT = Aws::String>
171 template <
typename UsernameT = Aws::String>
173 m_usernameHasBeenSet =
true;
174 m_username = std::forward<UsernameT>(value);
176 template <
typename UsernameT = Aws::String>
191 m_statusHasBeenSet =
true;
206 template <
typename GroupIdT = Aws::String>
208 m_groupIdHasBeenSet =
true;
209 m_groupId = std::forward<GroupIdT>(value);
211 template <
typename GroupIdT = Aws::String>
237 bool m_networkIdHasBeenSet =
false;
238 bool m_nextTokenHasBeenSet =
false;
239 bool m_maxResultsHasBeenSet =
false;
240 bool m_sortFieldsHasBeenSet =
false;
241 bool m_sortDirectionHasBeenSet =
false;
242 bool m_firstNameHasBeenSet =
false;
243 bool m_lastNameHasBeenSet =
false;
244 bool m_usernameHasBeenSet =
false;
245 bool m_statusHasBeenSet =
false;
246 bool m_groupIdHasBeenSet =
false;
const Aws::String & GetNetworkId() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetGroupId() const
AWS_WICKR_API ListUsersRequest()=default
void SetGroupId(GroupIdT &&value)
bool LastNameHasBeenSet() const
ListUsersRequest & WithNetworkId(NetworkIdT &&value)
const Aws::String & GetFirstName() const
void SetStatus(int value)
bool GroupIdHasBeenSet() const
bool StatusHasBeenSet() const
ListUsersRequest & WithGroupId(GroupIdT &&value)
void SetNextToken(NextTokenT &&value)
void SetUsername(UsernameT &&value)
void SetFirstName(FirstNameT &&value)
void SetLastName(LastNameT &&value)
void SetNetworkId(NetworkIdT &&value)
ListUsersRequest & WithSortDirection(SortDirection value)
AWS_WICKR_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_WICKR_API Aws::String SerializePayload() const override
bool UsernameHasBeenSet() const
ListUsersRequest & WithStatus(int value)
int GetMaxResults() const
const Aws::String & GetSortFields() const
bool MaxResultsHasBeenSet() const
bool FirstNameHasBeenSet() const
void SetMaxResults(int value)
void SetSortFields(SortFieldsT &&value)
ListUsersRequest & WithLastName(LastNameT &&value)
bool SortFieldsHasBeenSet() const
const Aws::String & GetLastName() const
bool NetworkIdHasBeenSet() const
SortDirection GetSortDirection() const
ListUsersRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
void SetSortDirection(SortDirection value)
ListUsersRequest & WithUsername(UsernameT &&value)
ListUsersRequest & WithFirstName(FirstNameT &&value)
ListUsersRequest & WithSortFields(SortFieldsT &&value)
bool SortDirectionHasBeenSet() const
bool NextTokenHasBeenSet() const
ListUsersRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetUsername() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String