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/MultiplexSettingsSummary.h>
12#include <aws/medialive/model/MultiplexState.h>
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
62 template <
typename AvailabilityZonesT = Aws::Vector<Aws::String>>
64 m_availabilityZonesHasBeenSet =
true;
65 m_availabilityZones = std::forward<AvailabilityZonesT>(value);
67 template <
typename AvailabilityZonesT = Aws::Vector<Aws::String>>
72 template <
typename AvailabilityZonesT = Aws::String>
74 m_availabilityZonesHasBeenSet =
true;
75 m_availabilityZones.emplace_back(std::forward<AvailabilityZonesT>(value));
86 template <
typename IdT = Aws::String>
88 m_idHasBeenSet =
true;
89 m_id = std::forward<IdT>(value);
91 template <
typename IdT = Aws::String>
93 SetId(std::forward<IdT>(value));
104 template <
typename MultiplexSettingsT = MultiplexSettingsSummary>
106 m_multiplexSettingsHasBeenSet =
true;
107 m_multiplexSettings = std::forward<MultiplexSettingsT>(value);
109 template <
typename MultiplexSettingsT = MultiplexSettingsSummary>
122 template <
typename NameT = Aws::String>
124 m_nameHasBeenSet =
true;
125 m_name = std::forward<NameT>(value);
127 template <
typename NameT = Aws::String>
129 SetName(std::forward<NameT>(value));
141 m_pipelinesRunningCountHasBeenSet =
true;
142 m_pipelinesRunningCount = value;
157 m_programCountHasBeenSet =
true;
158 m_programCount = value;
173 m_stateHasBeenSet =
true;
188 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
190 m_tagsHasBeenSet =
true;
191 m_tags = std::forward<TagsT>(value);
193 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
195 SetTags(std::forward<TagsT>(value));
198 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
200 m_tagsHasBeenSet =
true;
201 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
216 int m_pipelinesRunningCount{0};
218 int m_programCount{0};
223 bool m_arnHasBeenSet =
false;
224 bool m_availabilityZonesHasBeenSet =
false;
225 bool m_idHasBeenSet =
false;
226 bool m_multiplexSettingsHasBeenSet =
false;
227 bool m_nameHasBeenSet =
false;
228 bool m_pipelinesRunningCountHasBeenSet =
false;
229 bool m_programCountHasBeenSet =
false;
230 bool m_stateHasBeenSet =
false;
231 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