7#include <aws/chime/ChimeRequest.h>
8#include <aws/chime/Chime_EXPORTS.h>
9#include <aws/chime/model/UserType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename AccountIdT = Aws::String>
45 m_accountIdHasBeenSet =
true;
46 m_accountId = std::forward<AccountIdT>(value);
48 template <
typename AccountIdT = Aws::String>
61 template <
typename UserEmailT = Aws::String>
63 m_userEmailHasBeenSet =
true;
64 m_userEmail = std::forward<UserEmailT>(value);
66 template <
typename UserEmailT = Aws::String>
80 m_userTypeHasBeenSet =
true;
97 m_maxResultsHasBeenSet =
true;
112 template <
typename NextTokenT = Aws::String>
114 m_nextTokenHasBeenSet =
true;
115 m_nextToken = std::forward<NextTokenT>(value);
117 template <
typename NextTokenT = Aws::String>
133 bool m_accountIdHasBeenSet =
false;
134 bool m_userEmailHasBeenSet =
false;
135 bool m_userTypeHasBeenSet =
false;
136 bool m_maxResultsHasBeenSet =
false;
137 bool m_nextTokenHasBeenSet =
false;
bool UserTypeHasBeenSet() const
ListUsersRequest & WithAccountId(AccountIdT &&value)
void SetAccountId(AccountIdT &&value)
bool NextTokenHasBeenSet() const
ListUsersRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetUserEmail() const
bool UserEmailHasBeenSet() const
int GetMaxResults() const
ListUsersRequest & WithUserEmail(UserEmailT &&value)
UserType GetUserType() const
bool AccountIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
ListUsersRequest & WithUserType(UserType value)
AWS_CHIME_API Aws::String SerializePayload() const override
AWS_CHIME_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetAccountId() const
void SetUserType(UserType value)
AWS_CHIME_API ListUsersRequest()=default
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
ListUsersRequest & WithMaxResults(int value)
void SetUserEmail(UserEmailT &&value)
void SetNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String