/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The response from the request to list users.See Also:
AWS
* API Reference
The users returned in the request to list users.
*/ inline const Aws::VectorThe users returned in the request to list users.
*/ inline void SetUsers(const Aws::VectorThe users returned in the request to list users.
*/ inline void SetUsers(Aws::VectorThe users returned in the request to list users.
*/ inline ListUsersResult& WithUsers(const Aws::VectorThe users returned in the request to list users.
*/ inline ListUsersResult& WithUsers(Aws::VectorThe users returned in the request to list users.
*/ inline ListUsersResult& AddUsers(const UserType& value) { m_users.push_back(value); return *this; } /** *The users returned in the request to list users.
*/ inline ListUsersResult& AddUsers(UserType&& value) { m_users.push_back(std::move(value)); return *this; } /** *An identifier that was returned from the previous call to this operation, * which can be used to return the next set of items in the list.
*/ inline const Aws::String& GetPaginationToken() const{ return m_paginationToken; } /** *An identifier that was returned from the previous call to this operation, * which can be used to return the next set of items in the list.
*/ inline void SetPaginationToken(const Aws::String& value) { m_paginationToken = value; } /** *An identifier that was returned from the previous call to this operation, * which can be used to return the next set of items in the list.
*/ inline void SetPaginationToken(Aws::String&& value) { m_paginationToken = std::move(value); } /** *An identifier that was returned from the previous call to this operation, * which can be used to return the next set of items in the list.
*/ inline void SetPaginationToken(const char* value) { m_paginationToken.assign(value); } /** *An identifier that was returned from the previous call to this operation, * which can be used to return the next set of items in the list.
*/ inline ListUsersResult& WithPaginationToken(const Aws::String& value) { SetPaginationToken(value); return *this;} /** *An identifier that was returned from the previous call to this operation, * which can be used to return the next set of items in the list.
*/ inline ListUsersResult& WithPaginationToken(Aws::String&& value) { SetPaginationToken(std::move(value)); return *this;} /** *An identifier that was returned from the previous call to this operation, * which can be used to return the next set of items in the list.
*/ inline ListUsersResult& WithPaginationToken(const char* value) { SetPaginationToken(value); return *this;} inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline ListUsersResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ListUsersResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ListUsersResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector