7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/medialive/MediaLiveRequest.h>
10#include <aws/medialive/MediaLive_EXPORTS.h>
39 return m_cloudWatchAlarmTemplateGroupIdentifiers;
42 template <
typename CloudWatchAlarmTemplateGroupIdentifiersT = Aws::Vector<Aws::String>>
44 m_cloudWatchAlarmTemplateGroupIdentifiersHasBeenSet =
true;
45 m_cloudWatchAlarmTemplateGroupIdentifiers = std::forward<CloudWatchAlarmTemplateGroupIdentifiersT>(value);
47 template <
typename CloudWatchAlarmTemplateGroupIdentifiersT = Aws::Vector<Aws::String>>
52 template <
typename CloudWatchAlarmTemplateGroupIdentifiersT = Aws::String>
54 m_cloudWatchAlarmTemplateGroupIdentifiersHasBeenSet =
true;
55 m_cloudWatchAlarmTemplateGroupIdentifiers.emplace_back(std::forward<CloudWatchAlarmTemplateGroupIdentifiersT>(value));
66 template <
typename DescriptionT = Aws::String>
68 m_descriptionHasBeenSet =
true;
69 m_description = std::forward<DescriptionT>(value);
71 template <
typename DescriptionT = Aws::String>
84 template <
typename DiscoveryEntryPo
intArnT = Aws::String>
86 m_discoveryEntryPointArnHasBeenSet =
true;
87 m_discoveryEntryPointArn = std::forward<DiscoveryEntryPointArnT>(value);
89 template <
typename DiscoveryEntryPo
intArnT = Aws::String>
99 return m_eventBridgeRuleTemplateGroupIdentifiers;
102 template <
typename EventBr
idgeRuleTemplateGroupIdentifiersT = Aws::Vector<Aws::String>>
104 m_eventBridgeRuleTemplateGroupIdentifiersHasBeenSet =
true;
105 m_eventBridgeRuleTemplateGroupIdentifiers = std::forward<EventBridgeRuleTemplateGroupIdentifiersT>(value);
107 template <
typename EventBr
idgeRuleTemplateGroupIdentifiersT = Aws::Vector<Aws::String>>
112 template <
typename EventBr
idgeRuleTemplateGroupIdentifiersT = Aws::String>
114 m_eventBridgeRuleTemplateGroupIdentifiersHasBeenSet =
true;
115 m_eventBridgeRuleTemplateGroupIdentifiers.emplace_back(std::forward<EventBridgeRuleTemplateGroupIdentifiersT>(value));
128 m_forceRediscoveryHasBeenSet =
true;
129 m_forceRediscovery = value;
143 template <
typename IdentifierT = Aws::String>
145 m_identifierHasBeenSet =
true;
146 m_identifier = std::forward<IdentifierT>(value);
148 template <
typename IdentifierT = Aws::String>
162 template <
typename NameT = Aws::String>
164 m_nameHasBeenSet =
true;
165 m_name = std::forward<NameT>(value);
167 template <
typename NameT = Aws::String>
169 SetName(std::forward<NameT>(value));
182 bool m_forceRediscovery{
false};
187 bool m_cloudWatchAlarmTemplateGroupIdentifiersHasBeenSet =
false;
188 bool m_descriptionHasBeenSet =
false;
189 bool m_discoveryEntryPointArnHasBeenSet =
false;
190 bool m_eventBridgeRuleTemplateGroupIdentifiersHasBeenSet =
false;
191 bool m_forceRediscoveryHasBeenSet =
false;
192 bool m_identifierHasBeenSet =
false;
193 bool m_nameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector