7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/medialive/model/MultiplexProgramSettings.h>
12#include <aws/core/utils/UUID.h>
48 inline void SetMultiplexId(
const char* value) { m_multiplexIdHasBeenSet =
true; m_multiplexId.assign(value); }
74 inline void SetProgramName(
const char* value) { m_programNameHasBeenSet =
true; m_programName.assign(value); }
89 inline void SetRequestId(
const char* value) { m_requestIdHasBeenSet =
true; m_requestId.assign(value); }
97 bool m_multiplexIdHasBeenSet =
false;
100 bool m_multiplexProgramSettingsHasBeenSet =
false;
103 bool m_programNameHasBeenSet =
false;
106 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String