/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the output of GetPipelineDefinition.See Also:
AWS
* API Reference
The objects defined in the pipeline.
*/ inline const Aws::VectorThe objects defined in the pipeline.
*/ inline void SetPipelineObjects(const Aws::VectorThe objects defined in the pipeline.
*/ inline void SetPipelineObjects(Aws::VectorThe objects defined in the pipeline.
*/ inline GetPipelineDefinitionResult& WithPipelineObjects(const Aws::VectorThe objects defined in the pipeline.
*/ inline GetPipelineDefinitionResult& WithPipelineObjects(Aws::VectorThe objects defined in the pipeline.
*/ inline GetPipelineDefinitionResult& AddPipelineObjects(const PipelineObject& value) { m_pipelineObjects.push_back(value); return *this; } /** *The objects defined in the pipeline.
*/ inline GetPipelineDefinitionResult& AddPipelineObjects(PipelineObject&& value) { m_pipelineObjects.push_back(std::move(value)); return *this; } /** *The parameter objects used in the pipeline definition.
*/ inline const Aws::VectorThe parameter objects used in the pipeline definition.
*/ inline void SetParameterObjects(const Aws::VectorThe parameter objects used in the pipeline definition.
*/ inline void SetParameterObjects(Aws::VectorThe parameter objects used in the pipeline definition.
*/ inline GetPipelineDefinitionResult& WithParameterObjects(const Aws::VectorThe parameter objects used in the pipeline definition.
*/ inline GetPipelineDefinitionResult& WithParameterObjects(Aws::VectorThe parameter objects used in the pipeline definition.
*/ inline GetPipelineDefinitionResult& AddParameterObjects(const ParameterObject& value) { m_parameterObjects.push_back(value); return *this; } /** *The parameter objects used in the pipeline definition.
*/ inline GetPipelineDefinitionResult& AddParameterObjects(ParameterObject&& value) { m_parameterObjects.push_back(std::move(value)); return *this; } /** *The parameter values used in the pipeline definition.
*/ inline const Aws::VectorThe parameter values used in the pipeline definition.
*/ inline void SetParameterValues(const Aws::VectorThe parameter values used in the pipeline definition.
*/ inline void SetParameterValues(Aws::VectorThe parameter values used in the pipeline definition.
*/ inline GetPipelineDefinitionResult& WithParameterValues(const Aws::VectorThe parameter values used in the pipeline definition.
*/ inline GetPipelineDefinitionResult& WithParameterValues(Aws::VectorThe parameter values used in the pipeline definition.
*/ inline GetPipelineDefinitionResult& AddParameterValues(const ParameterValue& value) { m_parameterValues.push_back(value); return *this; } /** *The parameter values used in the pipeline definition.
*/ inline GetPipelineDefinitionResult& AddParameterValues(ParameterValue&& value) { m_parameterValues.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 GetPipelineDefinitionResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline GetPipelineDefinitionResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline GetPipelineDefinitionResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector