7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/chime/ChimeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/chime/model/UserType.h>
48 template<
typename AccountIdT = Aws::String>
49 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
50 template<
typename AccountIdT = Aws::String>
60 template<
typename UserEmailT = Aws::String>
61 void SetUserEmail(UserEmailT&& value) { m_userEmailHasBeenSet =
true; m_userEmail = std::forward<UserEmailT>(value); }
62 template<
typename UserEmailT = Aws::String>
83 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
93 template<
typename NextTokenT = Aws::String>
94 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
95 template<
typename NextTokenT = Aws::String>
101 bool m_accountIdHasBeenSet =
false;
104 bool m_userEmailHasBeenSet =
false;
107 bool m_userTypeHasBeenSet =
false;
110 bool m_maxResultsHasBeenSet =
false;
113 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