7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
61 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
75 inline void SetDiscoveryEntryPointArn(
const char* value) { m_discoveryEntryPointArnHasBeenSet =
true; m_discoveryEntryPointArn.assign(value); }
103 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
128 bool m_cloudWatchAlarmTemplateGroupIdentifiersHasBeenSet =
false;
131 bool m_descriptionHasBeenSet =
false;
134 bool m_discoveryEntryPointArnHasBeenSet =
false;
137 bool m_eventBridgeRuleTemplateGroupIdentifiersHasBeenSet =
false;
140 bool m_nameHasBeenSet =
false;
143 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
std::vector< T, Aws::Allocator< T > > Vector