/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the parameters for GetPipelineDefinition.See Also:
* AWS
* API Reference
The ID of the pipeline.
*/ inline const Aws::String& GetPipelineId() const{ return m_pipelineId; } /** *The ID of the pipeline.
*/ inline bool PipelineIdHasBeenSet() const { return m_pipelineIdHasBeenSet; } /** *The ID of the pipeline.
*/ inline void SetPipelineId(const Aws::String& value) { m_pipelineIdHasBeenSet = true; m_pipelineId = value; } /** *The ID of the pipeline.
*/ inline void SetPipelineId(Aws::String&& value) { m_pipelineIdHasBeenSet = true; m_pipelineId = std::move(value); } /** *The ID of the pipeline.
*/ inline void SetPipelineId(const char* value) { m_pipelineIdHasBeenSet = true; m_pipelineId.assign(value); } /** *The ID of the pipeline.
*/ inline GetPipelineDefinitionRequest& WithPipelineId(const Aws::String& value) { SetPipelineId(value); return *this;} /** *The ID of the pipeline.
*/ inline GetPipelineDefinitionRequest& WithPipelineId(Aws::String&& value) { SetPipelineId(std::move(value)); return *this;} /** *The ID of the pipeline.
*/ inline GetPipelineDefinitionRequest& WithPipelineId(const char* value) { SetPipelineId(value); return *this;} /** *The version of the pipeline definition to retrieve. Set this parameter to
* latest
(default) to use the last definition saved to the pipeline
* or active
to use the last definition that was activated.
The version of the pipeline definition to retrieve. Set this parameter to
* latest
(default) to use the last definition saved to the pipeline
* or active
to use the last definition that was activated.
The version of the pipeline definition to retrieve. Set this parameter to
* latest
(default) to use the last definition saved to the pipeline
* or active
to use the last definition that was activated.
The version of the pipeline definition to retrieve. Set this parameter to
* latest
(default) to use the last definition saved to the pipeline
* or active
to use the last definition that was activated.
The version of the pipeline definition to retrieve. Set this parameter to
* latest
(default) to use the last definition saved to the pipeline
* or active
to use the last definition that was activated.
The version of the pipeline definition to retrieve. Set this parameter to
* latest
(default) to use the last definition saved to the pipeline
* or active
to use the last definition that was activated.
The version of the pipeline definition to retrieve. Set this parameter to
* latest
(default) to use the last definition saved to the pipeline
* or active
to use the last definition that was activated.
The version of the pipeline definition to retrieve. Set this parameter to
* latest
(default) to use the last definition saved to the pipeline
* or active
to use the last definition that was activated.