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>
48 template<
typename DescriptionT = Aws::String>
49 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
50 template<
typename DescriptionT = Aws::String>
58 template<
typename EventTargetsT = Aws::Vector<EventBr
idgeRuleTemplateTarget>>
59 void SetEventTargets(EventTargetsT&& value) { m_eventTargetsHasBeenSet =
true; m_eventTargets = std::forward<EventTargetsT>(value); }
60 template<
typename EventTargetsT = Aws::Vector<EventBr
idgeRuleTemplateTarget>>
62 template<
typename EventTargetsT = EventBr
idgeRuleTemplateTarget>
81 template<
typename GroupIdentifierT = Aws::String>
82 void SetGroupIdentifier(GroupIdentifierT&& value) { m_groupIdentifierHasBeenSet =
true; m_groupIdentifier = std::forward<GroupIdentifierT>(value); }
83 template<
typename GroupIdentifierT = Aws::String>
94 template<
typename IdentifierT = Aws::String>
95 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
96 template<
typename IdentifierT = Aws::String>
107 template<
typename NameT = Aws::String>
108 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
109 template<
typename NameT = Aws::String>
115 bool m_descriptionHasBeenSet =
false;
118 bool m_eventTargetsHasBeenSet =
false;
121 bool m_eventTypeHasBeenSet =
false;
124 bool m_groupIdentifierHasBeenSet =
false;
127 bool m_identifierHasBeenSet =
false;
130 bool m_nameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector