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>
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); }
101 inline void SetForceRediscovery(
bool value) { m_forceRediscoveryHasBeenSet =
true; m_forceRediscovery = value; }
113 inline void SetIdentifier(
const char* value) { m_identifierHasBeenSet =
true; m_identifier.assign(value); }
128 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
136 bool m_cloudWatchAlarmTemplateGroupIdentifiersHasBeenSet =
false;
139 bool m_descriptionHasBeenSet =
false;
142 bool m_discoveryEntryPointArnHasBeenSet =
false;
145 bool m_eventBridgeRuleTemplateGroupIdentifiersHasBeenSet =
false;
147 bool m_forceRediscovery;
148 bool m_forceRediscoveryHasBeenSet =
false;
151 bool m_identifierHasBeenSet =
false;
154 bool m_nameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector