7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/medialive/model/EventBridgeRuleTemplateEventType.h>
12#include <aws/medialive/model/EventBridgeRuleTemplateTarget.h>
50 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
87 inline void SetGroupIdentifier(
const char* value) { m_groupIdentifierHasBeenSet =
true; m_groupIdentifier.assign(value); }
102 inline void SetIdentifier(
const char* value) { m_identifierHasBeenSet =
true; m_identifier.assign(value); }
117 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
125 bool m_descriptionHasBeenSet =
false;
128 bool m_eventTargetsHasBeenSet =
false;
131 bool m_eventTypeHasBeenSet =
false;
134 bool m_groupIdentifierHasBeenSet =
false;
137 bool m_identifierHasBeenSet =
false;
140 bool m_nameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector