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 EnvironmentProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
EnvironmentProperties & AddPropertyGroups(PropertyGroupsT &&value)
EnvironmentProperties & WithPropertyGroups(PropertyGroupsT &&value)
AWS_KINESISANALYTICSV2_API EnvironmentProperties()=default
bool PropertyGroupsHasBeenSet() const
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICSV2_API EnvironmentProperties(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< PropertyGroup > & GetPropertyGroups() const
void SetPropertyGroups(PropertyGroupsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue