/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the input of a ListPipelineExecutions
* action.See Also:
AWS
* API Reference
The name of the pipeline for which you want to get execution summary * information.
*/ inline const Aws::String& GetPipelineName() const{ return m_pipelineName; } /** *The name of the pipeline for which you want to get execution summary * information.
*/ inline bool PipelineNameHasBeenSet() const { return m_pipelineNameHasBeenSet; } /** *The name of the pipeline for which you want to get execution summary * information.
*/ inline void SetPipelineName(const Aws::String& value) { m_pipelineNameHasBeenSet = true; m_pipelineName = value; } /** *The name of the pipeline for which you want to get execution summary * information.
*/ inline void SetPipelineName(Aws::String&& value) { m_pipelineNameHasBeenSet = true; m_pipelineName = std::move(value); } /** *The name of the pipeline for which you want to get execution summary * information.
*/ inline void SetPipelineName(const char* value) { m_pipelineNameHasBeenSet = true; m_pipelineName.assign(value); } /** *The name of the pipeline for which you want to get execution summary * information.
*/ inline ListPipelineExecutionsRequest& WithPipelineName(const Aws::String& value) { SetPipelineName(value); return *this;} /** *The name of the pipeline for which you want to get execution summary * information.
*/ inline ListPipelineExecutionsRequest& WithPipelineName(Aws::String&& value) { SetPipelineName(std::move(value)); return *this;} /** *The name of the pipeline for which you want to get execution summary * information.
*/ inline ListPipelineExecutionsRequest& WithPipelineName(const char* value) { SetPipelineName(value); return *this;} /** *The maximum number of results to return in a single call. To retrieve the * remaining results, make another call with the returned nextToken value. Pipeline * history is limited to the most recent 12 months, based on pipeline execution * start times. Default value is 100.
*/ inline int GetMaxResults() const{ return m_maxResults; } /** *The maximum number of results to return in a single call. To retrieve the * remaining results, make another call with the returned nextToken value. Pipeline * history is limited to the most recent 12 months, based on pipeline execution * start times. Default value is 100.
*/ inline bool MaxResultsHasBeenSet() const { return m_maxResultsHasBeenSet; } /** *The maximum number of results to return in a single call. To retrieve the * remaining results, make another call with the returned nextToken value. Pipeline * history is limited to the most recent 12 months, based on pipeline execution * start times. Default value is 100.
*/ inline void SetMaxResults(int value) { m_maxResultsHasBeenSet = true; m_maxResults = value; } /** *The maximum number of results to return in a single call. To retrieve the * remaining results, make another call with the returned nextToken value. Pipeline * history is limited to the most recent 12 months, based on pipeline execution * start times. Default value is 100.
*/ inline ListPipelineExecutionsRequest& WithMaxResults(int value) { SetMaxResults(value); return *this;} /** *The token that was returned from the previous
* ListPipelineExecutions
call, which can be used to return the next
* set of pipeline executions in the list.
The token that was returned from the previous
* ListPipelineExecutions
call, which can be used to return the next
* set of pipeline executions in the list.
The token that was returned from the previous
* ListPipelineExecutions
call, which can be used to return the next
* set of pipeline executions in the list.
The token that was returned from the previous
* ListPipelineExecutions
call, which can be used to return the next
* set of pipeline executions in the list.
The token that was returned from the previous
* ListPipelineExecutions
call, which can be used to return the next
* set of pipeline executions in the list.
The token that was returned from the previous
* ListPipelineExecutions
call, which can be used to return the next
* set of pipeline executions in the list.
The token that was returned from the previous
* ListPipelineExecutions
call, which can be used to return the next
* set of pipeline executions in the list.
The token that was returned from the previous
* ListPipelineExecutions
call, which can be used to return the next
* set of pipeline executions in the list.