/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the response from the server to the request to list the user
* import jobs.See Also:
AWS
* API Reference
The user import jobs.
*/ inline const Aws::VectorThe user import jobs.
*/ inline void SetUserImportJobs(const Aws::VectorThe user import jobs.
*/ inline void SetUserImportJobs(Aws::VectorThe user import jobs.
*/ inline ListUserImportJobsResult& WithUserImportJobs(const Aws::VectorThe user import jobs.
*/ inline ListUserImportJobsResult& WithUserImportJobs(Aws::VectorThe user import jobs.
*/ inline ListUserImportJobsResult& AddUserImportJobs(const UserImportJobType& value) { m_userImportJobs.push_back(value); return *this; } /** *The user import jobs.
*/ inline ListUserImportJobsResult& AddUserImportJobs(UserImportJobType&& value) { m_userImportJobs.push_back(std::move(value)); return *this; } /** *An identifier that can be used to return the next set of user import jobs in * the list.
*/ inline const Aws::String& GetPaginationToken() const{ return m_paginationToken; } /** *An identifier that can be used to return the next set of user import jobs in * the list.
*/ inline void SetPaginationToken(const Aws::String& value) { m_paginationToken = value; } /** *An identifier that can be used to return the next set of user import jobs in * the list.
*/ inline void SetPaginationToken(Aws::String&& value) { m_paginationToken = std::move(value); } /** *An identifier that can be used to return the next set of user import jobs in * the list.
*/ inline void SetPaginationToken(const char* value) { m_paginationToken.assign(value); } /** *An identifier that can be used to return the next set of user import jobs in * the list.
*/ inline ListUserImportJobsResult& WithPaginationToken(const Aws::String& value) { SetPaginationToken(value); return *this;} /** *An identifier that can be used to return the next set of user import jobs in * the list.
*/ inline ListUserImportJobsResult& WithPaginationToken(Aws::String&& value) { SetPaginationToken(std::move(value)); return *this;} /** *An identifier that can be used to return the next set of user import jobs in * the list.
*/ inline ListUserImportJobsResult& 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 ListUserImportJobsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ListUserImportJobsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ListUserImportJobsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector