/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the output of a PollForJobs
action.See
* Also:
AWS
* API Reference
Information about the jobs to take action on.
*/ inline const Aws::VectorInformation about the jobs to take action on.
*/ inline void SetJobs(const Aws::VectorInformation about the jobs to take action on.
*/ inline void SetJobs(Aws::VectorInformation about the jobs to take action on.
*/ inline PollForJobsResult& WithJobs(const Aws::VectorInformation about the jobs to take action on.
*/ inline PollForJobsResult& WithJobs(Aws::VectorInformation about the jobs to take action on.
*/ inline PollForJobsResult& AddJobs(const Job& value) { m_jobs.push_back(value); return *this; } /** *Information about the jobs to take action on.
*/ inline PollForJobsResult& AddJobs(Job&& value) { m_jobs.push_back(std::move(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 PollForJobsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline PollForJobsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline PollForJobsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector