7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/medialive/MediaLive_EXPORTS.h>
11#include <aws/medialive/model/MultiplexOutputDestination.h>
12#include <aws/medialive/model/MultiplexSettings.h>
13#include <aws/medialive/model/MultiplexState.h>
45 template <
typename ArnT = Aws::String>
47 m_arnHasBeenSet =
true;
48 m_arn = std::forward<ArnT>(value);
50 template <
typename ArnT = Aws::String>
52 SetArn(std::forward<ArnT>(value));
63 template <
typename AvailabilityZonesT = Aws::Vector<Aws::String>>
65 m_availabilityZonesHasBeenSet =
true;
66 m_availabilityZones = std::forward<AvailabilityZonesT>(value);
68 template <
typename AvailabilityZonesT = Aws::Vector<Aws::String>>
73 template <
typename AvailabilityZonesT = Aws::String>
75 m_availabilityZonesHasBeenSet =
true;
76 m_availabilityZones.emplace_back(std::forward<AvailabilityZonesT>(value));
87 template <
typename DestinationsT = Aws::Vector<MultiplexOutputDestination>>
89 m_destinationsHasBeenSet =
true;
90 m_destinations = std::forward<DestinationsT>(value);
92 template <
typename DestinationsT = Aws::Vector<MultiplexOutputDestination>>
97 template <
typename DestinationsT = MultiplexOutputDestination>
99 m_destinationsHasBeenSet =
true;
100 m_destinations.emplace_back(std::forward<DestinationsT>(value));
111 template <
typename IdT = Aws::String>
113 m_idHasBeenSet =
true;
114 m_id = std::forward<IdT>(value);
116 template <
typename IdT = Aws::String>
118 SetId(std::forward<IdT>(value));
129 template <
typename MultiplexSettingsT = MultiplexSettings>
131 m_multiplexSettingsHasBeenSet =
true;
132 m_multiplexSettings = std::forward<MultiplexSettingsT>(value);
134 template <
typename MultiplexSettingsT = MultiplexSettings>
147 template <
typename NameT = Aws::String>
149 m_nameHasBeenSet =
true;
150 m_name = std::forward<NameT>(value);
152 template <
typename NameT = Aws::String>
154 SetName(std::forward<NameT>(value));
166 m_pipelinesRunningCountHasBeenSet =
true;
167 m_pipelinesRunningCount = value;
182 m_programCountHasBeenSet =
true;
183 m_programCount = value;
198 m_stateHasBeenSet =
true;
213 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
215 m_tagsHasBeenSet =
true;
216 m_tags = std::forward<TagsT>(value);
218 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
220 SetTags(std::forward<TagsT>(value));
223 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
225 m_tagsHasBeenSet =
true;
226 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
243 int m_pipelinesRunningCount{0};
245 int m_programCount{0};
250 bool m_arnHasBeenSet =
false;
251 bool m_availabilityZonesHasBeenSet =
false;
252 bool m_destinationsHasBeenSet =
false;
253 bool m_idHasBeenSet =
false;
254 bool m_multiplexSettingsHasBeenSet =
false;
255 bool m_nameHasBeenSet =
false;
256 bool m_pipelinesRunningCountHasBeenSet =
false;
257 bool m_programCountHasBeenSet =
false;
258 bool m_stateHasBeenSet =
false;
259 bool m_tagsHasBeenSet =
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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue