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 PropertyGroupDescriptionsT = Aws::Vector<PropertyGroup>>
49 void SetPropertyGroupDescriptions(PropertyGroupDescriptionsT&& value) { m_propertyGroupDescriptionsHasBeenSet =
true; m_propertyGroupDescriptions = std::forward<PropertyGroupDescriptionsT>(value); }
50 template<
typename PropertyGroupDescriptionsT = Aws::Vector<PropertyGroup>>
52 template<
typename PropertyGroupDescriptionsT = PropertyGroup>
58 bool m_propertyGroupDescriptionsHasBeenSet =
false;
AWS_KINESISANALYTICSV2_API EnvironmentPropertyDescriptions(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API EnvironmentPropertyDescriptions & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPropertyGroupDescriptions(PropertyGroupDescriptionsT &&value)
bool PropertyGroupDescriptionsHasBeenSet() const
AWS_KINESISANALYTICSV2_API EnvironmentPropertyDescriptions()=default
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
EnvironmentPropertyDescriptions & AddPropertyGroupDescriptions(PropertyGroupDescriptionsT &&value)
const Aws::Vector< PropertyGroup > & GetPropertyGroupDescriptions() const
EnvironmentPropertyDescriptions & WithPropertyGroupDescriptions(PropertyGroupDescriptionsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue