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 PropertyGroupDescriptionsT = Aws::Vector<PropertyGroup>>
44 m_propertyGroupDescriptionsHasBeenSet =
true;
45 m_propertyGroupDescriptions = std::forward<PropertyGroupDescriptionsT>(value);
47 template <
typename PropertyGroupDescriptionsT = Aws::Vector<PropertyGroup>>
52 template <
typename PropertyGroupDescriptionsT = PropertyGroup>
54 m_propertyGroupDescriptionsHasBeenSet =
true;
55 m_propertyGroupDescriptions.emplace_back(std::forward<PropertyGroupDescriptionsT>(value));
61 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