/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains a list of cookie names.See Also:
AWS
* API Reference
The number of cookie names in the Items
list.
The number of cookie names in the Items
list.
The number of cookie names in the Items
list.
The number of cookie names in the Items
list.
A list of cookie names.
*/ inline const Aws::VectorA list of cookie names.
*/ inline bool ItemsHasBeenSet() const { return m_itemsHasBeenSet; } /** *A list of cookie names.
*/ inline void SetItems(const Aws::VectorA list of cookie names.
*/ inline void SetItems(Aws::VectorA list of cookie names.
*/ inline CookieNames& WithItems(const Aws::VectorA list of cookie names.
*/ inline CookieNames& WithItems(Aws::VectorA list of cookie names.
*/ inline CookieNames& AddItems(const Aws::String& value) { m_itemsHasBeenSet = true; m_items.push_back(value); return *this; } /** *A list of cookie names.
*/ inline CookieNames& AddItems(Aws::String&& value) { m_itemsHasBeenSet = true; m_items.push_back(std::move(value)); return *this; } /** *A list of cookie names.
*/ inline CookieNames& AddItems(const char* value) { m_itemsHasBeenSet = true; m_items.push_back(value); return *this; } private: int m_quantity; bool m_quantityHasBeenSet = false; Aws::Vector