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