/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A list of CloudFront origin access controls.See Also:
AWS
* API Reference
The value of the Marker
field that was provided in the
* request.
The value of the Marker
field that was provided in the
* request.
The value of the Marker
field that was provided in the
* request.
The value of the Marker
field that was provided in the
* request.
The value of the Marker
field that was provided in the
* request.
The value of the Marker
field that was provided in the
* request.
The value of the Marker
field that was provided in the
* request.
The value of the Marker
field that was provided in the
* request.
If there are more items in the list than are in this response, this element
* is present. It contains the value to use in the Marker
field of
* another request to continue listing origin access controls.
If there are more items in the list than are in this response, this element
* is present. It contains the value to use in the Marker
field of
* another request to continue listing origin access controls.
If there are more items in the list than are in this response, this element
* is present. It contains the value to use in the Marker
field of
* another request to continue listing origin access controls.
If there are more items in the list than are in this response, this element
* is present. It contains the value to use in the Marker
field of
* another request to continue listing origin access controls.
If there are more items in the list than are in this response, this element
* is present. It contains the value to use in the Marker
field of
* another request to continue listing origin access controls.
If there are more items in the list than are in this response, this element
* is present. It contains the value to use in the Marker
field of
* another request to continue listing origin access controls.
If there are more items in the list than are in this response, this element
* is present. It contains the value to use in the Marker
field of
* another request to continue listing origin access controls.
If there are more items in the list than are in this response, this element
* is present. It contains the value to use in the Marker
field of
* another request to continue listing origin access controls.
The maximum number of origin access controls requested.
*/ inline int GetMaxItems() const{ return m_maxItems; } /** *The maximum number of origin access controls requested.
*/ inline bool MaxItemsHasBeenSet() const { return m_maxItemsHasBeenSet; } /** *The maximum number of origin access controls requested.
*/ inline void SetMaxItems(int value) { m_maxItemsHasBeenSet = true; m_maxItems = value; } /** *The maximum number of origin access controls requested.
*/ inline OriginAccessControlList& WithMaxItems(int value) { SetMaxItems(value); return *this;} /** *If there are more items in the list than are in this response, this value is
* true
.
If there are more items in the list than are in this response, this value is
* true
.
If there are more items in the list than are in this response, this value is
* true
.
If there are more items in the list than are in this response, this value is
* true
.
The number of origin access controls returned in the response.
*/ inline int GetQuantity() const{ return m_quantity; } /** *The number of origin access controls returned in the response.
*/ inline bool QuantityHasBeenSet() const { return m_quantityHasBeenSet; } /** *The number of origin access controls returned in the response.
*/ inline void SetQuantity(int value) { m_quantityHasBeenSet = true; m_quantity = value; } /** *The number of origin access controls returned in the response.
*/ inline OriginAccessControlList& WithQuantity(int value) { SetQuantity(value); return *this;} /** *Contains the origin access controls in the list.
*/ inline const Aws::VectorContains the origin access controls in the list.
*/ inline bool ItemsHasBeenSet() const { return m_itemsHasBeenSet; } /** *Contains the origin access controls in the list.
*/ inline void SetItems(const Aws::VectorContains the origin access controls in the list.
*/ inline void SetItems(Aws::VectorContains the origin access controls in the list.
*/ inline OriginAccessControlList& WithItems(const Aws::VectorContains the origin access controls in the list.
*/ inline OriginAccessControlList& WithItems(Aws::VectorContains the origin access controls in the list.
*/ inline OriginAccessControlList& AddItems(const OriginAccessControlSummary& value) { m_itemsHasBeenSet = true; m_items.push_back(value); return *this; } /** *Contains the origin access controls in the list.
*/ inline OriginAccessControlList& AddItems(OriginAccessControlSummary&& value) { m_itemsHasBeenSet = true; m_items.push_back(std::move(value)); return *this; } private: Aws::String m_marker; bool m_markerHasBeenSet = false; Aws::String m_nextMarker; bool m_nextMarkerHasBeenSet = false; int m_maxItems; bool m_maxItemsHasBeenSet = false; bool m_isTruncated; bool m_isTruncatedHasBeenSet = false; int m_quantity; bool m_quantityHasBeenSet = false; Aws::Vector