7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/medialive/MediaLive_EXPORTS.h>
11#include <aws/medialive/model/EventBridgeRuleTemplateEventType.h>
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
60 template <
typename CreatedAtT = Aws::Utils::DateTime>
62 m_createdAtHasBeenSet =
true;
63 m_createdAt = std::forward<CreatedAtT>(value);
65 template <
typename CreatedAtT = Aws::Utils::DateTime>
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
97 m_eventTargetCountHasBeenSet =
true;
98 m_eventTargetCount = value;
111 m_eventTypeHasBeenSet =
true;
127 template <
typename GroupIdT = Aws::String>
129 m_groupIdHasBeenSet =
true;
130 m_groupId = std::forward<GroupIdT>(value);
132 template <
typename GroupIdT = Aws::String>
146 template <
typename IdT = Aws::String>
148 m_idHasBeenSet =
true;
149 m_id = std::forward<IdT>(value);
151 template <
typename IdT = Aws::String>
153 SetId(std::forward<IdT>(value));
162 template <
typename ModifiedAtT = Aws::Utils::DateTime>
164 m_modifiedAtHasBeenSet =
true;
165 m_modifiedAt = std::forward<ModifiedAtT>(value);
167 template <
typename ModifiedAtT = Aws::Utils::DateTime>
181 template <
typename NameT = Aws::String>
183 m_nameHasBeenSet =
true;
184 m_name = std::forward<NameT>(value);
186 template <
typename NameT = Aws::String>
188 SetName(std::forward<NameT>(value));
197 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
199 m_tagsHasBeenSet =
true;
200 m_tags = std::forward<TagsT>(value);
202 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
204 SetTags(std::forward<TagsT>(value));
207 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
209 m_tagsHasBeenSet =
true;
210 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
221 int m_eventTargetCount{0};
234 bool m_arnHasBeenSet =
false;
235 bool m_createdAtHasBeenSet =
false;
236 bool m_descriptionHasBeenSet =
false;
237 bool m_eventTargetCountHasBeenSet =
false;
238 bool m_eventTypeHasBeenSet =
false;
239 bool m_groupIdHasBeenSet =
false;
240 bool m_idHasBeenSet =
false;
241 bool m_modifiedAtHasBeenSet =
false;
242 bool m_nameHasBeenSet =
false;
243 bool m_tagsHasBeenSet =
false;
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
Aws::Utils::Json::JsonValue JsonValue