/**
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0.
 */
#pragma once
#include  The test set results data at the conversation level.See Also:
   * AWS
   * API Reference
The item list in the test set results data at the conversation level.
*/ inline const Aws::VectorThe item list in the test set results data at the conversation level.
*/ inline bool ItemsHasBeenSet() const { return m_itemsHasBeenSet; } /** *The item list in the test set results data at the conversation level.
*/ inline void SetItems(const Aws::VectorThe item list in the test set results data at the conversation level.
*/ inline void SetItems(Aws::VectorThe item list in the test set results data at the conversation level.
*/ inline ConversationLevelTestResults& WithItems(const Aws::VectorThe item list in the test set results data at the conversation level.
*/ inline ConversationLevelTestResults& WithItems(Aws::VectorThe item list in the test set results data at the conversation level.
*/ inline ConversationLevelTestResults& AddItems(const ConversationLevelTestResultItem& value) { m_itemsHasBeenSet = true; m_items.push_back(value); return *this; } /** *The item list in the test set results data at the conversation level.
*/ inline ConversationLevelTestResults& AddItems(ConversationLevelTestResultItem&& value) { m_itemsHasBeenSet = true; m_items.push_back(std::move(value)); return *this; } private: Aws::Vector