7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
55 inline void SetIdentifier(
const char* value) { m_identifierHasBeenSet =
true; m_identifier.assign(value); }
63 bool m_dryRunHasBeenSet =
false;
66 bool m_identifierHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String