7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/medialive/MediaLiveRequest.h>
12#include <aws/medialive/MediaLive_EXPORTS.h>
40 return m_cloudWatchAlarmTemplateGroupIdentifiers;
43 template <
typename CloudWatchAlarmTemplateGroupIdentifiersT = Aws::Vector<Aws::String>>
45 m_cloudWatchAlarmTemplateGroupIdentifiersHasBeenSet =
true;
46 m_cloudWatchAlarmTemplateGroupIdentifiers = std::forward<CloudWatchAlarmTemplateGroupIdentifiersT>(value);
48 template <
typename CloudWatchAlarmTemplateGroupIdentifiersT = Aws::Vector<Aws::String>>
53 template <
typename CloudWatchAlarmTemplateGroupIdentifiersT = Aws::String>
55 m_cloudWatchAlarmTemplateGroupIdentifiersHasBeenSet =
true;
56 m_cloudWatchAlarmTemplateGroupIdentifiers.emplace_back(std::forward<CloudWatchAlarmTemplateGroupIdentifiersT>(value));
67 template <
typename DescriptionT = Aws::String>
69 m_descriptionHasBeenSet =
true;
70 m_description = std::forward<DescriptionT>(value);
72 template <
typename DescriptionT = Aws::String>
85 template <
typename DiscoveryEntryPo
intArnT = Aws::String>
87 m_discoveryEntryPointArnHasBeenSet =
true;
88 m_discoveryEntryPointArn = std::forward<DiscoveryEntryPointArnT>(value);
90 template <
typename DiscoveryEntryPo
intArnT = Aws::String>
100 return m_eventBridgeRuleTemplateGroupIdentifiers;
103 template <
typename EventBr
idgeRuleTemplateGroupIdentifiersT = Aws::Vector<Aws::String>>
105 m_eventBridgeRuleTemplateGroupIdentifiersHasBeenSet =
true;
106 m_eventBridgeRuleTemplateGroupIdentifiers = std::forward<EventBridgeRuleTemplateGroupIdentifiersT>(value);
108 template <
typename EventBr
idgeRuleTemplateGroupIdentifiersT = Aws::Vector<Aws::String>>
113 template <
typename EventBr
idgeRuleTemplateGroupIdentifiersT = Aws::String>
115 m_eventBridgeRuleTemplateGroupIdentifiersHasBeenSet =
true;
116 m_eventBridgeRuleTemplateGroupIdentifiers.emplace_back(std::forward<EventBridgeRuleTemplateGroupIdentifiersT>(value));
128 template <
typename NameT = Aws::String>
130 m_nameHasBeenSet =
true;
131 m_name = std::forward<NameT>(value);
133 template <
typename NameT = Aws::String>
135 SetName(std::forward<NameT>(value));
144 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
146 m_tagsHasBeenSet =
true;
147 m_tags = std::forward<TagsT>(value);
149 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
151 SetTags(std::forward<TagsT>(value));
154 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
156 m_tagsHasBeenSet =
true;
157 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
169 template <
typename RequestIdT = Aws::String>
171 m_requestIdHasBeenSet =
true;
172 m_requestId = std::forward<RequestIdT>(value);
174 template <
typename RequestIdT = Aws::String>
194 bool m_cloudWatchAlarmTemplateGroupIdentifiersHasBeenSet =
false;
195 bool m_descriptionHasBeenSet =
false;
196 bool m_discoveryEntryPointArnHasBeenSet =
false;
197 bool m_eventBridgeRuleTemplateGroupIdentifiersHasBeenSet =
false;
198 bool m_nameHasBeenSet =
false;
199 bool m_tagsHasBeenSet =
false;
200 bool m_requestIdHasBeenSet =
true;
static Aws::Utils::UUID PseudoRandomUUID()
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector