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/CdiInputSpecification.h>
12#include <aws/medialive/model/ChannelClass.h>
13#include <aws/medialive/model/ChannelEgressEndpoint.h>
14#include <aws/medialive/model/ChannelEngineVersionResponse.h>
15#include <aws/medialive/model/ChannelState.h>
16#include <aws/medialive/model/DescribeAnywhereSettings.h>
17#include <aws/medialive/model/DescribeInferenceSettings.h>
18#include <aws/medialive/model/DescribeLinkedChannelSettings.h>
19#include <aws/medialive/model/InputAttachment.h>
20#include <aws/medialive/model/InputSpecification.h>
21#include <aws/medialive/model/LogLevel.h>
22#include <aws/medialive/model/MaintenanceStatus.h>
23#include <aws/medialive/model/OutputDestination.h>
24#include <aws/medialive/model/VpcOutputSettingsDescription.h>
56 template <
typename ArnT = Aws::String>
58 m_arnHasBeenSet =
true;
59 m_arn = std::forward<ArnT>(value);
61 template <
typename ArnT = Aws::String>
63 SetArn(std::forward<ArnT>(value));
74 template <
typename CdiInputSpecificationT = CdiInputSpecification>
76 m_cdiInputSpecificationHasBeenSet =
true;
77 m_cdiInputSpecification = std::forward<CdiInputSpecificationT>(value);
79 template <
typename CdiInputSpecificationT = CdiInputSpecification>
94 m_channelClassHasBeenSet =
true;
95 m_channelClass = value;
113 template <
typename DestinationsT = Aws::Vector<OutputDestination>>
115 m_destinationsHasBeenSet =
true;
116 m_destinations = std::forward<DestinationsT>(value);
118 template <
typename DestinationsT = Aws::Vector<OutputDestination>>
123 template <
typename DestinationsT = OutputDestination>
125 m_destinationsHasBeenSet =
true;
126 m_destinations.emplace_back(std::forward<DestinationsT>(value));
137 template <
typename EgressEndpo
intsT = Aws::Vector<ChannelEgressEndpo
int>>
139 m_egressEndpointsHasBeenSet =
true;
140 m_egressEndpoints = std::forward<EgressEndpointsT>(value);
142 template <
typename EgressEndpo
intsT = Aws::Vector<ChannelEgressEndpo
int>>
147 template <
typename EgressEndpo
intsT = ChannelEgressEndpo
int>
149 m_egressEndpointsHasBeenSet =
true;
150 m_egressEndpoints.emplace_back(std::forward<EgressEndpointsT>(value));
161 template <
typename IdT = Aws::String>
163 m_idHasBeenSet =
true;
164 m_id = std::forward<IdT>(value);
166 template <
typename IdT = Aws::String>
168 SetId(std::forward<IdT>(value));
179 template <
typename InputAttachmentsT = Aws::Vector<InputAttachment>>
181 m_inputAttachmentsHasBeenSet =
true;
182 m_inputAttachments = std::forward<InputAttachmentsT>(value);
184 template <
typename InputAttachmentsT = Aws::Vector<InputAttachment>>
189 template <
typename InputAttachmentsT = InputAttachment>
191 m_inputAttachmentsHasBeenSet =
true;
192 m_inputAttachments.emplace_back(std::forward<InputAttachmentsT>(value));
203 template <
typename InputSpecificationT = InputSpecification>
205 m_inputSpecificationHasBeenSet =
true;
206 m_inputSpecification = std::forward<InputSpecificationT>(value);
208 template <
typename InputSpecificationT = InputSpecification>
222 m_logLevelHasBeenSet =
true;
237 template <
typename Ma
intenanceT = Ma
intenanceStatus>
239 m_maintenanceHasBeenSet =
true;
240 m_maintenance = std::forward<MaintenanceT>(value);
242 template <
typename Ma
intenanceT = Ma
intenanceStatus>
255 template <
typename NameT = Aws::String>
257 m_nameHasBeenSet =
true;
258 m_name = std::forward<NameT>(value);
260 template <
typename NameT = Aws::String>
262 SetName(std::forward<NameT>(value));
274 m_pipelinesRunningCountHasBeenSet =
true;
275 m_pipelinesRunningCount = value;
289 template <
typename RoleArnT = Aws::String>
291 m_roleArnHasBeenSet =
true;
292 m_roleArn = std::forward<RoleArnT>(value);
294 template <
typename RoleArnT = Aws::String>
306 m_stateHasBeenSet =
true;
321 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
323 m_tagsHasBeenSet =
true;
324 m_tags = std::forward<TagsT>(value);
326 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
328 SetTags(std::forward<TagsT>(value));
331 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
333 m_tagsHasBeenSet =
true;
334 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
345 template <
typename VpcT = VpcOutputSettingsDescription>
347 m_vpcHasBeenSet =
true;
348 m_vpc = std::forward<VpcT>(value);
350 template <
typename VpcT = VpcOutputSettingsDescription>
352 SetVpc(std::forward<VpcT>(value));
363 template <
typename AnywhereSettingsT = DescribeAnywhereSettings>
365 m_anywhereSettingsHasBeenSet =
true;
366 m_anywhereSettings = std::forward<AnywhereSettingsT>(value);
368 template <
typename AnywhereSettingsT = DescribeAnywhereSettings>
381 template <
typename ChannelEngineVersionT = ChannelEngineVersionResponse>
383 m_channelEngineVersionHasBeenSet =
true;
384 m_channelEngineVersion = std::forward<ChannelEngineVersionT>(value);
386 template <
typename ChannelEngineVersionT = ChannelEngineVersionResponse>
399 template <
typename UsedChannelEngineVersionsT = Aws::Vector<ChannelEngineVersionResponse>>
401 m_usedChannelEngineVersionsHasBeenSet =
true;
402 m_usedChannelEngineVersions = std::forward<UsedChannelEngineVersionsT>(value);
404 template <
typename UsedChannelEngineVersionsT = Aws::Vector<ChannelEngineVersionResponse>>
409 template <
typename UsedChannelEngineVersionsT = ChannelEngineVersionResponse>
411 m_usedChannelEngineVersionsHasBeenSet =
true;
412 m_usedChannelEngineVersions.emplace_back(std::forward<UsedChannelEngineVersionsT>(value));
423 template <
typename LinkedChannelSettingsT = DescribeLinkedChannelSettings>
425 m_linkedChannelSettingsHasBeenSet =
true;
426 m_linkedChannelSettings = std::forward<LinkedChannelSettingsT>(value);
428 template <
typename LinkedChannelSettingsT = DescribeLinkedChannelSettings>
441 template <
typename ChannelSecurityGroupsT = Aws::Vector<Aws::String>>
443 m_channelSecurityGroupsHasBeenSet =
true;
444 m_channelSecurityGroups = std::forward<ChannelSecurityGroupsT>(value);
446 template <
typename ChannelSecurityGroupsT = Aws::Vector<Aws::String>>
451 template <
typename ChannelSecurityGroupsT = Aws::String>
453 m_channelSecurityGroupsHasBeenSet =
true;
454 m_channelSecurityGroups.emplace_back(std::forward<ChannelSecurityGroupsT>(value));
465 template <
typename InferenceSettingsT = DescribeInferenceSettings>
467 m_inferenceSettingsHasBeenSet =
true;
468 m_inferenceSettings = std::forward<InferenceSettingsT>(value);
470 template <
typename InferenceSettingsT = DescribeInferenceSettings>
491 InputSpecification m_inputSpecification;
495 MaintenanceStatus m_maintenance;
499 int m_pipelinesRunningCount{0};
507 VpcOutputSettingsDescription m_vpc;
509 DescribeAnywhereSettings m_anywhereSettings;
511 ChannelEngineVersionResponse m_channelEngineVersion;
515 DescribeLinkedChannelSettings m_linkedChannelSettings;
519 DescribeInferenceSettings m_inferenceSettings;
520 bool m_arnHasBeenSet =
false;
521 bool m_cdiInputSpecificationHasBeenSet =
false;
522 bool m_channelClassHasBeenSet =
false;
523 bool m_destinationsHasBeenSet =
false;
524 bool m_egressEndpointsHasBeenSet =
false;
525 bool m_idHasBeenSet =
false;
526 bool m_inputAttachmentsHasBeenSet =
false;
527 bool m_inputSpecificationHasBeenSet =
false;
528 bool m_logLevelHasBeenSet =
false;
529 bool m_maintenanceHasBeenSet =
false;
530 bool m_nameHasBeenSet =
false;
531 bool m_pipelinesRunningCountHasBeenSet =
false;
532 bool m_roleArnHasBeenSet =
false;
533 bool m_stateHasBeenSet =
false;
534 bool m_tagsHasBeenSet =
false;
535 bool m_vpcHasBeenSet =
false;
536 bool m_anywhereSettingsHasBeenSet =
false;
537 bool m_channelEngineVersionHasBeenSet =
false;
538 bool m_usedChannelEngineVersionsHasBeenSet =
false;
539 bool m_linkedChannelSettingsHasBeenSet =
false;
540 bool m_channelSecurityGroupsHasBeenSet =
false;
541 bool m_inferenceSettingsHasBeenSet =
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