/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A structure that represents a collective constant.See Also:
* AWS
* API Reference
A list of values for the collective constant.
*/ inline const Aws::VectorA list of values for the collective constant.
*/ inline bool ValueListHasBeenSet() const { return m_valueListHasBeenSet; } /** *A list of values for the collective constant.
*/ inline void SetValueList(const Aws::VectorA list of values for the collective constant.
*/ inline void SetValueList(Aws::VectorA list of values for the collective constant.
*/ inline CollectiveConstant& WithValueList(const Aws::VectorA list of values for the collective constant.
*/ inline CollectiveConstant& WithValueList(Aws::VectorA list of values for the collective constant.
*/ inline CollectiveConstant& AddValueList(const Aws::String& value) { m_valueListHasBeenSet = true; m_valueList.push_back(value); return *this; } /** *A list of values for the collective constant.
*/ inline CollectiveConstant& AddValueList(Aws::String&& value) { m_valueListHasBeenSet = true; m_valueList.push_back(std::move(value)); return *this; } /** *A list of values for the collective constant.
*/ inline CollectiveConstant& AddValueList(const char* value) { m_valueListHasBeenSet = true; m_valueList.push_back(value); return *this; } private: Aws::Vector