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 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