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/EncoderSettings.h>
13#include <aws/medialive/model/InputSpecification.h>
14#include <aws/medialive/model/LogLevel.h>
15#include <aws/medialive/model/MaintenanceStatus.h>
16#include <aws/medialive/model/ChannelState.h>
17#include <aws/core/utils/memory/stl/AWSMap.h>
18#include <aws/medialive/model/VpcOutputSettingsDescription.h>
19#include <aws/medialive/model/DescribeAnywhereSettings.h>
20#include <aws/medialive/model/OutputDestination.h>
21#include <aws/medialive/model/ChannelEgressEndpoint.h>
22#include <aws/medialive/model/InputAttachment.h>
23#include <aws/medialive/model/PipelineDetail.h>
62 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
63 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
144 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
208 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
246 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
276 inline Channel&
AddTags(
const char* key,
Aws::String&& value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, std::move(value));
return *
this; }
277 inline Channel&
AddTags(
Aws::String&& key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(std::move(key), value);
return *
this; }
278 inline Channel&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
307 bool m_arnHasBeenSet =
false;
310 bool m_cdiInputSpecificationHasBeenSet =
false;
313 bool m_channelClassHasBeenSet =
false;
316 bool m_destinationsHasBeenSet =
false;
319 bool m_egressEndpointsHasBeenSet =
false;
322 bool m_encoderSettingsHasBeenSet =
false;
325 bool m_idHasBeenSet =
false;
328 bool m_inputAttachmentsHasBeenSet =
false;
331 bool m_inputSpecificationHasBeenSet =
false;
334 bool m_logLevelHasBeenSet =
false;
337 bool m_maintenanceHasBeenSet =
false;
340 bool m_nameHasBeenSet =
false;
343 bool m_pipelineDetailsHasBeenSet =
false;
345 int m_pipelinesRunningCount;
346 bool m_pipelinesRunningCountHasBeenSet =
false;
349 bool m_roleArnHasBeenSet =
false;
352 bool m_stateHasBeenSet =
false;
355 bool m_tagsHasBeenSet =
false;
358 bool m_vpcHasBeenSet =
false;
361 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