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; }
53 template<
typename IdentifierT = Aws::String>
54 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
55 template<
typename IdentifierT = Aws::String>
61 bool m_dryRunHasBeenSet =
false;
64 bool m_identifierHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String