/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains a list of continuous deployment policies.See Also:
* AWS
* API Reference
Indicates the next page of continuous deployment policies. To get the next
* page of the list, use this value in the Marker
field of your
* request.
Indicates the next page of continuous deployment policies. To get the next
* page of the list, use this value in the Marker
field of your
* request.
Indicates the next page of continuous deployment policies. To get the next
* page of the list, use this value in the Marker
field of your
* request.
Indicates the next page of continuous deployment policies. To get the next
* page of the list, use this value in the Marker
field of your
* request.
Indicates the next page of continuous deployment policies. To get the next
* page of the list, use this value in the Marker
field of your
* request.
Indicates the next page of continuous deployment policies. To get the next
* page of the list, use this value in the Marker
field of your
* request.
Indicates the next page of continuous deployment policies. To get the next
* page of the list, use this value in the Marker
field of your
* request.
Indicates the next page of continuous deployment policies. To get the next
* page of the list, use this value in the Marker
field of your
* request.
The maximum number of continuous deployment policies that were specified in * your request.
*/ inline int GetMaxItems() const{ return m_maxItems; } /** *The maximum number of continuous deployment policies that were specified in * your request.
*/ inline bool MaxItemsHasBeenSet() const { return m_maxItemsHasBeenSet; } /** *The maximum number of continuous deployment policies that were specified in * your request.
*/ inline void SetMaxItems(int value) { m_maxItemsHasBeenSet = true; m_maxItems = value; } /** *The maximum number of continuous deployment policies that were specified in * your request.
*/ inline ContinuousDeploymentPolicyList& WithMaxItems(int value) { SetMaxItems(value); return *this;} /** *The total number of continuous deployment policies in your Amazon Web
* Services account, regardless of the MaxItems
value.
The total number of continuous deployment policies in your Amazon Web
* Services account, regardless of the MaxItems
value.
The total number of continuous deployment policies in your Amazon Web
* Services account, regardless of the MaxItems
value.
The total number of continuous deployment policies in your Amazon Web
* Services account, regardless of the MaxItems
value.
A list of continuous deployment policy items.
*/ inline const Aws::VectorA list of continuous deployment policy items.
*/ inline bool ItemsHasBeenSet() const { return m_itemsHasBeenSet; } /** *A list of continuous deployment policy items.
*/ inline void SetItems(const Aws::VectorA list of continuous deployment policy items.
*/ inline void SetItems(Aws::VectorA list of continuous deployment policy items.
*/ inline ContinuousDeploymentPolicyList& WithItems(const Aws::VectorA list of continuous deployment policy items.
*/ inline ContinuousDeploymentPolicyList& WithItems(Aws::VectorA list of continuous deployment policy items.
*/ inline ContinuousDeploymentPolicyList& AddItems(const ContinuousDeploymentPolicySummary& value) { m_itemsHasBeenSet = true; m_items.push_back(value); return *this; } /** *A list of continuous deployment policy items.
*/ inline ContinuousDeploymentPolicyList& AddItems(ContinuousDeploymentPolicySummary&& value) { m_itemsHasBeenSet = true; m_items.push_back(std::move(value)); return *this; } private: Aws::String m_nextMarker; bool m_nextMarkerHasBeenSet = false; int m_maxItems; bool m_maxItemsHasBeenSet = false; int m_quantity; bool m_quantityHasBeenSet = false; Aws::Vector