/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Show each group result.See Also:
AWS
* API Reference
Show each group of test results.
*/ inline const Aws::VectorShow each group of test results.
*/ inline bool GroupsHasBeenSet() const { return m_groupsHasBeenSet; } /** *Show each group of test results.
*/ inline void SetGroups(const Aws::VectorShow each group of test results.
*/ inline void SetGroups(Aws::VectorShow each group of test results.
*/ inline TestResult& WithGroups(const Aws::VectorShow each group of test results.
*/ inline TestResult& WithGroups(Aws::VectorShow each group of test results.
*/ inline TestResult& AddGroups(const GroupResult& value) { m_groupsHasBeenSet = true; m_groups.push_back(value); return *this; } /** *Show each group of test results.
*/ inline TestResult& AddGroups(GroupResult&& value) { m_groupsHasBeenSet = true; m_groups.push_back(std::move(value)); return *this; } private: Aws::Vector