/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes the execution properties for an Apache Flink runtime.See
* Also:
AWS
* API Reference
Describes the execution property groups.
*/ inline const Aws::VectorDescribes the execution property groups.
*/ inline bool PropertyGroupDescriptionsHasBeenSet() const { return m_propertyGroupDescriptionsHasBeenSet; } /** *Describes the execution property groups.
*/ inline void SetPropertyGroupDescriptions(const Aws::VectorDescribes the execution property groups.
*/ inline void SetPropertyGroupDescriptions(Aws::VectorDescribes the execution property groups.
*/ inline EnvironmentPropertyDescriptions& WithPropertyGroupDescriptions(const Aws::VectorDescribes the execution property groups.
*/ inline EnvironmentPropertyDescriptions& WithPropertyGroupDescriptions(Aws::VectorDescribes the execution property groups.
*/ inline EnvironmentPropertyDescriptions& AddPropertyGroupDescriptions(const PropertyGroup& value) { m_propertyGroupDescriptionsHasBeenSet = true; m_propertyGroupDescriptions.push_back(value); return *this; } /** *Describes the execution property groups.
*/ inline EnvironmentPropertyDescriptions& AddPropertyGroupDescriptions(PropertyGroup&& value) { m_propertyGroupDescriptionsHasBeenSet = true; m_propertyGroupDescriptions.push_back(std::move(value)); return *this; } private: Aws::Vector