/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the output of ListPipelines.See Also:
AWS
* API Reference
The pipeline identifiers. If you require additional information about the * pipelines, you can use these identifiers to call DescribePipelines and * GetPipelineDefinition.
*/ inline const Aws::VectorThe pipeline identifiers. If you require additional information about the * pipelines, you can use these identifiers to call DescribePipelines and * GetPipelineDefinition.
*/ inline void SetPipelineIdList(const Aws::VectorThe pipeline identifiers. If you require additional information about the * pipelines, you can use these identifiers to call DescribePipelines and * GetPipelineDefinition.
*/ inline void SetPipelineIdList(Aws::VectorThe pipeline identifiers. If you require additional information about the * pipelines, you can use these identifiers to call DescribePipelines and * GetPipelineDefinition.
*/ inline ListPipelinesResult& WithPipelineIdList(const Aws::VectorThe pipeline identifiers. If you require additional information about the * pipelines, you can use these identifiers to call DescribePipelines and * GetPipelineDefinition.
*/ inline ListPipelinesResult& WithPipelineIdList(Aws::VectorThe pipeline identifiers. If you require additional information about the * pipelines, you can use these identifiers to call DescribePipelines and * GetPipelineDefinition.
*/ inline ListPipelinesResult& AddPipelineIdList(const PipelineIdName& value) { m_pipelineIdList.push_back(value); return *this; } /** *The pipeline identifiers. If you require additional information about the * pipelines, you can use these identifiers to call DescribePipelines and * GetPipelineDefinition.
*/ inline ListPipelinesResult& AddPipelineIdList(PipelineIdName&& value) { m_pipelineIdList.push_back(std::move(value)); return *this; } /** *The starting point for the next page of results. To view the next page of
* results, call ListPipelinesOutput
again with this marker value. If
* the value is null, there are no more results.
The starting point for the next page of results. To view the next page of
* results, call ListPipelinesOutput
again with this marker value. If
* the value is null, there are no more results.
The starting point for the next page of results. To view the next page of
* results, call ListPipelinesOutput
again with this marker value. If
* the value is null, there are no more results.
The starting point for the next page of results. To view the next page of
* results, call ListPipelinesOutput
again with this marker value. If
* the value is null, there are no more results.
The starting point for the next page of results. To view the next page of
* results, call ListPipelinesOutput
again with this marker value. If
* the value is null, there are no more results.
The starting point for the next page of results. To view the next page of
* results, call ListPipelinesOutput
again with this marker value. If
* the value is null, there are no more results.
The starting point for the next page of results. To view the next page of
* results, call ListPipelinesOutput
again with this marker value. If
* the value is null, there are no more results.
Indicates whether there are more results that can be obtained by a subsequent * call.
*/ inline bool GetHasMoreResults() const{ return m_hasMoreResults; } /** *Indicates whether there are more results that can be obtained by a subsequent * call.
*/ inline void SetHasMoreResults(bool value) { m_hasMoreResults = value; } /** *Indicates whether there are more results that can be obtained by a subsequent * call.
*/ inline ListPipelinesResult& WithHasMoreResults(bool value) { SetHasMoreResults(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 ListPipelinesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ListPipelinesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ListPipelinesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector