AWS SDK for C++

AWS SDK for C++ Version 1.11.755

Loading...
Searching...
No Matches
EnvironmentPropertyDescriptions.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
9#include <aws/kinesisanalyticsv2/model/PropertyGroup.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace KinesisAnalyticsV2 {
21namespace Model {
22
30 public:
31 AWS_KINESISANALYTICSV2_API EnvironmentPropertyDescriptions() = default;
32 AWS_KINESISANALYTICSV2_API EnvironmentPropertyDescriptions(Aws::Utils::Json::JsonView jsonValue);
34 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const Aws::Vector<PropertyGroup>& GetPropertyGroupDescriptions() const { return m_propertyGroupDescriptions; }
41 inline bool PropertyGroupDescriptionsHasBeenSet() const { return m_propertyGroupDescriptionsHasBeenSet; }
42 template <typename PropertyGroupDescriptionsT = Aws::Vector<PropertyGroup>>
43 void SetPropertyGroupDescriptions(PropertyGroupDescriptionsT&& value) {
44 m_propertyGroupDescriptionsHasBeenSet = true;
45 m_propertyGroupDescriptions = std::forward<PropertyGroupDescriptionsT>(value);
46 }
47 template <typename PropertyGroupDescriptionsT = Aws::Vector<PropertyGroup>>
49 SetPropertyGroupDescriptions(std::forward<PropertyGroupDescriptionsT>(value));
50 return *this;
51 }
52 template <typename PropertyGroupDescriptionsT = PropertyGroup>
54 m_propertyGroupDescriptionsHasBeenSet = true;
55 m_propertyGroupDescriptions.emplace_back(std::forward<PropertyGroupDescriptionsT>(value));
56 return *this;
57 }
59 private:
60 Aws::Vector<PropertyGroup> m_propertyGroupDescriptions;
61 bool m_propertyGroupDescriptionsHasBeenSet = false;
62};
63
64} // namespace Model
65} // namespace KinesisAnalyticsV2
66} // namespace Aws
AWS_KINESISANALYTICSV2_API EnvironmentPropertyDescriptions(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API EnvironmentPropertyDescriptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API EnvironmentPropertyDescriptions()=default
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
EnvironmentPropertyDescriptions & AddPropertyGroupDescriptions(PropertyGroupDescriptionsT &&value)
EnvironmentPropertyDescriptions & WithPropertyGroupDescriptions(PropertyGroupDescriptionsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue