/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the output of a GetPipeline
action.See
* Also:
AWS
* API Reference
Represents the structure of actions and stages to be performed in the * pipeline.
*/ inline const PipelineDeclaration& GetPipeline() const{ return m_pipeline; } /** *Represents the structure of actions and stages to be performed in the * pipeline.
*/ inline void SetPipeline(const PipelineDeclaration& value) { m_pipeline = value; } /** *Represents the structure of actions and stages to be performed in the * pipeline.
*/ inline void SetPipeline(PipelineDeclaration&& value) { m_pipeline = std::move(value); } /** *Represents the structure of actions and stages to be performed in the * pipeline.
*/ inline GetPipelineResult& WithPipeline(const PipelineDeclaration& value) { SetPipeline(value); return *this;} /** *Represents the structure of actions and stages to be performed in the * pipeline.
*/ inline GetPipelineResult& WithPipeline(PipelineDeclaration&& value) { SetPipeline(std::move(value)); return *this;} /** *Represents the pipeline metadata information returned as part of the output
* of a GetPipeline
action.
Represents the pipeline metadata information returned as part of the output
* of a GetPipeline
action.
Represents the pipeline metadata information returned as part of the output
* of a GetPipeline
action.
Represents the pipeline metadata information returned as part of the output
* of a GetPipeline
action.
Represents the pipeline metadata information returned as part of the output
* of a GetPipeline
action.