7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/AutomaticInputFailoverSettings.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/medialive/model/InputSettings.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
50 template<
typename AutomaticInputFailoverSettingsT = AutomaticInputFailoverSettings>
51 void SetAutomaticInputFailoverSettings(AutomaticInputFailoverSettingsT&& value) { m_automaticInputFailoverSettingsHasBeenSet =
true; m_automaticInputFailoverSettings = std::forward<AutomaticInputFailoverSettingsT>(value); }
52 template<
typename AutomaticInputFailoverSettingsT = AutomaticInputFailoverSettings>
63 template<
typename InputAttachmentNameT = Aws::String>
64 void SetInputAttachmentName(InputAttachmentNameT&& value) { m_inputAttachmentNameHasBeenSet =
true; m_inputAttachmentName = std::forward<InputAttachmentNameT>(value); }
65 template<
typename InputAttachmentNameT = Aws::String>
75 template<
typename InputIdT = Aws::String>
76 void SetInputId(InputIdT&& value) { m_inputIdHasBeenSet =
true; m_inputId = std::forward<InputIdT>(value); }
77 template<
typename InputIdT = Aws::String>
87 template<
typename InputSettingsT = InputSettings>
88 void SetInputSettings(InputSettingsT&& value) { m_inputSettingsHasBeenSet =
true; m_inputSettings = std::forward<InputSettingsT>(value); }
89 template<
typename InputSettingsT = InputSettings>
100 template<
typename LogicalInterfaceNamesT = Aws::Vector<Aws::String>>
101 void SetLogicalInterfaceNames(LogicalInterfaceNamesT&& value) { m_logicalInterfaceNamesHasBeenSet =
true; m_logicalInterfaceNames = std::forward<LogicalInterfaceNamesT>(value); }
102 template<
typename LogicalInterfaceNamesT = Aws::Vector<Aws::String>>
104 template<
typename LogicalInterfaceNamesT = Aws::String>
105 InputAttachment&
AddLogicalInterfaceNames(LogicalInterfaceNamesT&& value) { m_logicalInterfaceNamesHasBeenSet =
true; m_logicalInterfaceNames.emplace_back(std::forward<LogicalInterfaceNamesT>(value));
return *
this; }
110 bool m_automaticInputFailoverSettingsHasBeenSet =
false;
113 bool m_inputAttachmentNameHasBeenSet =
false;
116 bool m_inputIdHasBeenSet =
false;
119 bool m_inputSettingsHasBeenSet =
false;
122 bool m_logicalInterfaceNamesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue