/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes updates to the execution property groups for a Flink-based Kinesis
* Data Analytics application or a Studio notebook.See Also:
AWS
* API Reference
Describes updates to the execution property groups.
*/ inline const Aws::VectorDescribes updates to the execution property groups.
*/ inline bool PropertyGroupsHasBeenSet() const { return m_propertyGroupsHasBeenSet; } /** *Describes updates to the execution property groups.
*/ inline void SetPropertyGroups(const Aws::VectorDescribes updates to the execution property groups.
*/ inline void SetPropertyGroups(Aws::VectorDescribes updates to the execution property groups.
*/ inline EnvironmentPropertyUpdates& WithPropertyGroups(const Aws::VectorDescribes updates to the execution property groups.
*/ inline EnvironmentPropertyUpdates& WithPropertyGroups(Aws::VectorDescribes updates to the execution property groups.
*/ inline EnvironmentPropertyUpdates& AddPropertyGroups(const PropertyGroup& value) { m_propertyGroupsHasBeenSet = true; m_propertyGroups.push_back(value); return *this; } /** *Describes updates to the execution property groups.
*/ inline EnvironmentPropertyUpdates& AddPropertyGroups(PropertyGroup&& value) { m_propertyGroupsHasBeenSet = true; m_propertyGroups.push_back(std::move(value)); return *this; } private: Aws::Vector