7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kinesisanalyticsv2/model/PropertyGroup.h>
22namespace KinesisAnalyticsV2
48 template<
typename PropertyGroupsT = Aws::Vector<PropertyGroup>>
49 void SetPropertyGroups(PropertyGroupsT&& value) { m_propertyGroupsHasBeenSet =
true; m_propertyGroups = std::forward<PropertyGroupsT>(value); }
50 template<
typename PropertyGroupsT = Aws::Vector<PropertyGroup>>
52 template<
typename PropertyGroupsT = PropertyGroup>
58 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