/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the output of DescribePipelines.See Also:
AWS
* API Reference
An array of descriptions for the specified pipelines.
*/ inline const Aws::VectorAn array of descriptions for the specified pipelines.
*/ inline void SetPipelineDescriptionList(const Aws::VectorAn array of descriptions for the specified pipelines.
*/ inline void SetPipelineDescriptionList(Aws::VectorAn array of descriptions for the specified pipelines.
*/ inline DescribePipelinesResult& WithPipelineDescriptionList(const Aws::VectorAn array of descriptions for the specified pipelines.
*/ inline DescribePipelinesResult& WithPipelineDescriptionList(Aws::VectorAn array of descriptions for the specified pipelines.
*/ inline DescribePipelinesResult& AddPipelineDescriptionList(const PipelineDescription& value) { m_pipelineDescriptionList.push_back(value); return *this; } /** *An array of descriptions for the specified pipelines.
*/ inline DescribePipelinesResult& AddPipelineDescriptionList(PipelineDescription&& value) { m_pipelineDescriptionList.push_back(std::move(value)); return *this; } private: Aws::Vector