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