/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains an array of query execution IDs.See Also:
AWS
* API Reference
An array of query execution IDs.
*/ inline const Aws::VectorAn array of query execution IDs.
*/ inline bool QueryExecutionIdsHasBeenSet() const { return m_queryExecutionIdsHasBeenSet; } /** *An array of query execution IDs.
*/ inline void SetQueryExecutionIds(const Aws::VectorAn array of query execution IDs.
*/ inline void SetQueryExecutionIds(Aws::VectorAn array of query execution IDs.
*/ inline BatchGetQueryExecutionRequest& WithQueryExecutionIds(const Aws::VectorAn array of query execution IDs.
*/ inline BatchGetQueryExecutionRequest& WithQueryExecutionIds(Aws::VectorAn array of query execution IDs.
*/ inline BatchGetQueryExecutionRequest& AddQueryExecutionIds(const Aws::String& value) { m_queryExecutionIdsHasBeenSet = true; m_queryExecutionIds.push_back(value); return *this; } /** *An array of query execution IDs.
*/ inline BatchGetQueryExecutionRequest& AddQueryExecutionIds(Aws::String&& value) { m_queryExecutionIdsHasBeenSet = true; m_queryExecutionIds.push_back(std::move(value)); return *this; } /** *An array of query execution IDs.
*/ inline BatchGetQueryExecutionRequest& AddQueryExecutionIds(const char* value) { m_queryExecutionIdsHasBeenSet = true; m_queryExecutionIds.push_back(value); return *this; } private: Aws::Vector