/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A list of aliases (also called CNAMEs) and the CloudFront distributions and
* Amazon Web Services accounts that they are associated with. In the list, the
* distribution and account IDs are partially hidden, which allows you to identify
* the distributions and accounts that you own, but helps to protect the
* information of ones that you don't own.See Also:
AWS
* API Reference
If there are more items in the list than are in this response, this element
* is present. It contains the value that you should use in the Marker
* field of a subsequent request to continue listing conflicting aliases where you
* left off.
If there are more items in the list than are in this response, this element
* is present. It contains the value that you should use in the Marker
* field of a subsequent request to continue listing conflicting aliases where you
* left off.
If there are more items in the list than are in this response, this element
* is present. It contains the value that you should use in the Marker
* field of a subsequent request to continue listing conflicting aliases where you
* left off.
If there are more items in the list than are in this response, this element
* is present. It contains the value that you should use in the Marker
* field of a subsequent request to continue listing conflicting aliases where you
* left off.
If there are more items in the list than are in this response, this element
* is present. It contains the value that you should use in the Marker
* field of a subsequent request to continue listing conflicting aliases where you
* left off.
If there are more items in the list than are in this response, this element
* is present. It contains the value that you should use in the Marker
* field of a subsequent request to continue listing conflicting aliases where you
* left off.
If there are more items in the list than are in this response, this element
* is present. It contains the value that you should use in the Marker
* field of a subsequent request to continue listing conflicting aliases where you
* left off.
If there are more items in the list than are in this response, this element
* is present. It contains the value that you should use in the Marker
* field of a subsequent request to continue listing conflicting aliases where you
* left off.
The maximum number of conflicting aliases requested.
*/ inline int GetMaxItems() const{ return m_maxItems; } /** *The maximum number of conflicting aliases requested.
*/ inline bool MaxItemsHasBeenSet() const { return m_maxItemsHasBeenSet; } /** *The maximum number of conflicting aliases requested.
*/ inline void SetMaxItems(int value) { m_maxItemsHasBeenSet = true; m_maxItems = value; } /** *The maximum number of conflicting aliases requested.
*/ inline ConflictingAliasesList& WithMaxItems(int value) { SetMaxItems(value); return *this;} /** *The number of conflicting aliases returned in the response.
*/ inline int GetQuantity() const{ return m_quantity; } /** *The number of conflicting aliases returned in the response.
*/ inline bool QuantityHasBeenSet() const { return m_quantityHasBeenSet; } /** *The number of conflicting aliases returned in the response.
*/ inline void SetQuantity(int value) { m_quantityHasBeenSet = true; m_quantity = value; } /** *The number of conflicting aliases returned in the response.
*/ inline ConflictingAliasesList& WithQuantity(int value) { SetQuantity(value); return *this;} /** *Contains the conflicting aliases in the list.
*/ inline const Aws::VectorContains the conflicting aliases in the list.
*/ inline bool ItemsHasBeenSet() const { return m_itemsHasBeenSet; } /** *Contains the conflicting aliases in the list.
*/ inline void SetItems(const Aws::VectorContains the conflicting aliases in the list.
*/ inline void SetItems(Aws::VectorContains the conflicting aliases in the list.
*/ inline ConflictingAliasesList& WithItems(const Aws::VectorContains the conflicting aliases in the list.
*/ inline ConflictingAliasesList& WithItems(Aws::VectorContains the conflicting aliases in the list.
*/ inline ConflictingAliasesList& AddItems(const ConflictingAlias& value) { m_itemsHasBeenSet = true; m_items.push_back(value); return *this; } /** *Contains the conflicting aliases in the list.
*/ inline ConflictingAliasesList& AddItems(ConflictingAlias&& 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