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