/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains an array of named query IDs.See Also:
AWS
* API Reference
An array of query IDs.
*/ inline const Aws::VectorAn array of query IDs.
*/ inline bool NamedQueryIdsHasBeenSet() const { return m_namedQueryIdsHasBeenSet; } /** *An array of query IDs.
*/ inline void SetNamedQueryIds(const Aws::VectorAn array of query IDs.
*/ inline void SetNamedQueryIds(Aws::VectorAn array of query IDs.
*/ inline BatchGetNamedQueryRequest& WithNamedQueryIds(const Aws::VectorAn array of query IDs.
*/ inline BatchGetNamedQueryRequest& WithNamedQueryIds(Aws::VectorAn array of query IDs.
*/ inline BatchGetNamedQueryRequest& AddNamedQueryIds(const Aws::String& value) { m_namedQueryIdsHasBeenSet = true; m_namedQueryIds.push_back(value); return *this; } /** *An array of query IDs.
*/ inline BatchGetNamedQueryRequest& AddNamedQueryIds(Aws::String&& value) { m_namedQueryIdsHasBeenSet = true; m_namedQueryIds.push_back(std::move(value)); return *this; } /** *An array of query IDs.
*/ inline BatchGetNamedQueryRequest& AddNamedQueryIds(const char* value) { m_namedQueryIdsHasBeenSet = true; m_namedQueryIds.push_back(value); return *this; } private: Aws::Vector