7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/medialive/model/EventBridgeRuleTemplateEventType.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
51 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
52 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
76 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
88 inline void SetEventTargetCount(
int value) { m_eventTargetCountHasBeenSet =
true; m_eventTargetCount = value; }
111 inline void SetGroupId(
const char* value) { m_groupIdHasBeenSet =
true; m_groupId.assign(value); }
126 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
151 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
176 bool m_arnHasBeenSet =
false;
179 bool m_createdAtHasBeenSet =
false;
182 bool m_descriptionHasBeenSet =
false;
184 int m_eventTargetCount;
185 bool m_eventTargetCountHasBeenSet =
false;
188 bool m_eventTypeHasBeenSet =
false;
191 bool m_groupIdHasBeenSet =
false;
194 bool m_idHasBeenSet =
false;
197 bool m_modifiedAtHasBeenSet =
false;
200 bool m_nameHasBeenSet =
false;
203 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