7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
9#include <aws/kinesisanalyticsv2/model/PropertyGroup.h>
20namespace KinesisAnalyticsV2 {
42 template <
typename PropertyGroupsT = Aws::Vector<PropertyGroup>>
44 m_propertyGroupsHasBeenSet =
true;
45 m_propertyGroups = std::forward<PropertyGroupsT>(value);
47 template <
typename PropertyGroupsT = Aws::Vector<PropertyGroup>>
52 template <
typename PropertyGroupsT = PropertyGroup>
54 m_propertyGroupsHasBeenSet =
true;
55 m_propertyGroups.emplace_back(std::forward<PropertyGroupsT>(value));
61 bool m_propertyGroupsHasBeenSet =
false;
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPropertyGroups(PropertyGroupsT &&value)
AWS_KINESISANALYTICSV2_API EnvironmentPropertyUpdates & operator=(Aws::Utils::Json::JsonView jsonValue)
EnvironmentPropertyUpdates & WithPropertyGroups(PropertyGroupsT &&value)
AWS_KINESISANALYTICSV2_API EnvironmentPropertyUpdates(Aws::Utils::Json::JsonView jsonValue)
EnvironmentPropertyUpdates & AddPropertyGroups(PropertyGroupsT &&value)
const Aws::Vector< PropertyGroup > & GetPropertyGroups() const
AWS_KINESISANALYTICSV2_API EnvironmentPropertyUpdates()=default
bool PropertyGroupsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue