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/InputClass.h>
11#include <aws/medialive/model/InputSourceType.h>
12#include <aws/medialive/model/InputState.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/medialive/model/InputType.h>
15#include <aws/medialive/model/SrtSettings.h>
16#include <aws/medialive/model/InputNetworkLocation.h>
17#include <aws/medialive/model/MulticastSettings.h>
18#include <aws/medialive/model/InputDestination.h>
19#include <aws/medialive/model/InputDeviceSettings.h>
20#include <aws/medialive/model/MediaConnectFlow.h>
21#include <aws/medialive/model/InputSource.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); }
80 inline Input&
AddAttachedChannels(
const char* value) { m_attachedChannelsHasBeenSet =
true; m_attachedChannels.push_back(value);
return *
this; }
105 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
156 inline Input&
AddInputPartnerIds(
const char* value) { m_inputPartnerIdsHasBeenSet =
true; m_inputPartnerIds.push_back(value);
return *
this; }
196 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
211 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
229 inline Input&
AddSecurityGroups(
const char* value) { m_securityGroupsHasBeenSet =
true; m_securityGroups.push_back(value);
return *
this; }
270 inline Input&
AddTags(
const char* key,
Aws::String&& value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, std::move(value));
return *
this; }
271 inline Input&
AddTags(
Aws::String&& key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(std::move(key), value);
return *
this; }
272 inline Input&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
280 inline void SetType(
InputType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
325 bool m_arnHasBeenSet =
false;
328 bool m_attachedChannelsHasBeenSet =
false;
331 bool m_destinationsHasBeenSet =
false;
334 bool m_idHasBeenSet =
false;
337 bool m_inputClassHasBeenSet =
false;
340 bool m_inputDevicesHasBeenSet =
false;
343 bool m_inputPartnerIdsHasBeenSet =
false;
346 bool m_inputSourceTypeHasBeenSet =
false;
349 bool m_mediaConnectFlowsHasBeenSet =
false;
352 bool m_nameHasBeenSet =
false;
355 bool m_roleArnHasBeenSet =
false;
358 bool m_securityGroupsHasBeenSet =
false;
361 bool m_sourcesHasBeenSet =
false;
364 bool m_stateHasBeenSet =
false;
367 bool m_tagsHasBeenSet =
false;
370 bool m_typeHasBeenSet =
false;
373 bool m_srtSettingsHasBeenSet =
false;
376 bool m_inputNetworkLocationHasBeenSet =
false;
379 bool m_multicastSettingsHasBeenSet =
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