7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/medialive/model/MultiplexSettings.h>
11#include <aws/medialive/model/MultiplexState.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/medialive/model/MultiplexOutputDestination.h>
52 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
53 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
95 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
96 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
122 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
144 inline void SetProgramCount(
int value) { m_programCountHasBeenSet =
true; m_programCount = value; }
176 inline Multiplex&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
181 bool m_arnHasBeenSet =
false;
184 bool m_availabilityZonesHasBeenSet =
false;
187 bool m_destinationsHasBeenSet =
false;
190 bool m_idHasBeenSet =
false;
193 bool m_multiplexSettingsHasBeenSet =
false;
196 bool m_nameHasBeenSet =
false;
198 int m_pipelinesRunningCount;
199 bool m_pipelinesRunningCountHasBeenSet =
false;
202 bool m_programCountHasBeenSet =
false;
205 bool m_stateHasBeenSet =
false;
208 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