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/MultiplexSettings.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/medialive/model/MultiplexProgramPacketIdentifiersMap.h>
49 inline void SetMultiplexId(
const char* value) { m_multiplexIdHasBeenSet =
true; m_multiplexId.assign(value); }
75 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
99 bool m_multiplexIdHasBeenSet =
false;
102 bool m_multiplexSettingsHasBeenSet =
false;
105 bool m_nameHasBeenSet =
false;
108 bool m_packetIdentifiersMappingHasBeenSet =
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