/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the parameters for DescribeJobs
.See
* Also:
AWS
* API Reference
A list of up to 100 job IDs.
*/ inline const Aws::VectorA list of up to 100 job IDs.
*/ inline bool JobsHasBeenSet() const { return m_jobsHasBeenSet; } /** *A list of up to 100 job IDs.
*/ inline void SetJobs(const Aws::VectorA list of up to 100 job IDs.
*/ inline void SetJobs(Aws::VectorA list of up to 100 job IDs.
*/ inline DescribeJobsRequest& WithJobs(const Aws::VectorA list of up to 100 job IDs.
*/ inline DescribeJobsRequest& WithJobs(Aws::VectorA list of up to 100 job IDs.
*/ inline DescribeJobsRequest& AddJobs(const Aws::String& value) { m_jobsHasBeenSet = true; m_jobs.push_back(value); return *this; } /** *A list of up to 100 job IDs.
*/ inline DescribeJobsRequest& AddJobs(Aws::String&& value) { m_jobsHasBeenSet = true; m_jobs.push_back(std::move(value)); return *this; } /** *A list of up to 100 job IDs.
*/ inline DescribeJobsRequest& AddJobs(const char* value) { m_jobsHasBeenSet = true; m_jobs.push_back(value); return *this; } private: Aws::Vector