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/MultiplexSettingsSummary.h>
11#include <aws/medialive/model/MultiplexState.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
51 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
52 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
80 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
81 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
107 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
129 inline void SetProgramCount(
int value) { m_programCountHasBeenSet =
true; m_programCount = value; }
161 inline MultiplexSummary&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
166 bool m_arnHasBeenSet =
false;
169 bool m_availabilityZonesHasBeenSet =
false;
172 bool m_idHasBeenSet =
false;
175 bool m_multiplexSettingsHasBeenSet =
false;
178 bool m_nameHasBeenSet =
false;
180 int m_pipelinesRunningCount;
181 bool m_pipelinesRunningCountHasBeenSet =
false;
184 bool m_programCountHasBeenSet =
false;
187 bool m_stateHasBeenSet =
false;
190 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