/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A mapping between one or more workgroups and a capacity
* reservation.See Also:
AWS
* API Reference
The list of workgroup names for the capacity assignment.
*/ inline const Aws::VectorThe list of workgroup names for the capacity assignment.
*/ inline bool WorkGroupNamesHasBeenSet() const { return m_workGroupNamesHasBeenSet; } /** *The list of workgroup names for the capacity assignment.
*/ inline void SetWorkGroupNames(const Aws::VectorThe list of workgroup names for the capacity assignment.
*/ inline void SetWorkGroupNames(Aws::VectorThe list of workgroup names for the capacity assignment.
*/ inline CapacityAssignment& WithWorkGroupNames(const Aws::VectorThe list of workgroup names for the capacity assignment.
*/ inline CapacityAssignment& WithWorkGroupNames(Aws::VectorThe list of workgroup names for the capacity assignment.
*/ inline CapacityAssignment& AddWorkGroupNames(const Aws::String& value) { m_workGroupNamesHasBeenSet = true; m_workGroupNames.push_back(value); return *this; } /** *The list of workgroup names for the capacity assignment.
*/ inline CapacityAssignment& AddWorkGroupNames(Aws::String&& value) { m_workGroupNamesHasBeenSet = true; m_workGroupNames.push_back(std::move(value)); return *this; } /** *The list of workgroup names for the capacity assignment.
*/ inline CapacityAssignment& AddWorkGroupNames(const char* value) { m_workGroupNamesHasBeenSet = true; m_workGroupNames.push_back(value); return *this; } private: Aws::Vector