/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the parameters for DescribePipelines.See Also:
AWS
* API Reference
The IDs of the pipelines to describe. You can pass as many as 25 identifiers * in a single call. To obtain pipeline IDs, call ListPipelines.
*/ inline const Aws::VectorThe IDs of the pipelines to describe. You can pass as many as 25 identifiers * in a single call. To obtain pipeline IDs, call ListPipelines.
*/ inline bool PipelineIdsHasBeenSet() const { return m_pipelineIdsHasBeenSet; } /** *The IDs of the pipelines to describe. You can pass as many as 25 identifiers * in a single call. To obtain pipeline IDs, call ListPipelines.
*/ inline void SetPipelineIds(const Aws::VectorThe IDs of the pipelines to describe. You can pass as many as 25 identifiers * in a single call. To obtain pipeline IDs, call ListPipelines.
*/ inline void SetPipelineIds(Aws::VectorThe IDs of the pipelines to describe. You can pass as many as 25 identifiers * in a single call. To obtain pipeline IDs, call ListPipelines.
*/ inline DescribePipelinesRequest& WithPipelineIds(const Aws::VectorThe IDs of the pipelines to describe. You can pass as many as 25 identifiers * in a single call. To obtain pipeline IDs, call ListPipelines.
*/ inline DescribePipelinesRequest& WithPipelineIds(Aws::VectorThe IDs of the pipelines to describe. You can pass as many as 25 identifiers * in a single call. To obtain pipeline IDs, call ListPipelines.
*/ inline DescribePipelinesRequest& AddPipelineIds(const Aws::String& value) { m_pipelineIdsHasBeenSet = true; m_pipelineIds.push_back(value); return *this; } /** *The IDs of the pipelines to describe. You can pass as many as 25 identifiers * in a single call. To obtain pipeline IDs, call ListPipelines.
*/ inline DescribePipelinesRequest& AddPipelineIds(Aws::String&& value) { m_pipelineIdsHasBeenSet = true; m_pipelineIds.push_back(std::move(value)); return *this; } /** *The IDs of the pipelines to describe. You can pass as many as 25 identifiers * in a single call. To obtain pipeline IDs, call ListPipelines.
*/ inline DescribePipelinesRequest& AddPipelineIds(const char* value) { m_pipelineIdsHasBeenSet = true; m_pipelineIds.push_back(value); return *this; } private: Aws::Vector