7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medialive/model/CdiInputSpecification.h>
10#include <aws/medialive/model/ChannelClass.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/medialive/model/InputSpecification.h>
13#include <aws/medialive/model/LogLevel.h>
14#include <aws/medialive/model/MaintenanceStatus.h>
15#include <aws/medialive/model/ChannelState.h>
16#include <aws/core/utils/memory/stl/AWSMap.h>
17#include <aws/medialive/model/VpcOutputSettingsDescription.h>
18#include <aws/medialive/model/DescribeAnywhereSettings.h>
19#include <aws/medialive/model/OutputDestination.h>
20#include <aws/medialive/model/ChannelEgressEndpoint.h>
21#include <aws/medialive/model/InputAttachment.h>
60 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
61 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
132 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
196 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
220 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
252 inline ChannelSummary&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
281 bool m_arnHasBeenSet =
false;
284 bool m_cdiInputSpecificationHasBeenSet =
false;
287 bool m_channelClassHasBeenSet =
false;
290 bool m_destinationsHasBeenSet =
false;
293 bool m_egressEndpointsHasBeenSet =
false;
296 bool m_idHasBeenSet =
false;
299 bool m_inputAttachmentsHasBeenSet =
false;
302 bool m_inputSpecificationHasBeenSet =
false;
305 bool m_logLevelHasBeenSet =
false;
308 bool m_maintenanceHasBeenSet =
false;
311 bool m_nameHasBeenSet =
false;
313 int m_pipelinesRunningCount;
314 bool m_pipelinesRunningCountHasBeenSet =
false;
317 bool m_roleArnHasBeenSet =
false;
320 bool m_stateHasBeenSet =
false;
323 bool m_tagsHasBeenSet =
false;
326 bool m_vpcHasBeenSet =
false;
329 bool m_anywhereSettingsHasBeenSet =
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