7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/medialive/MediaLive_EXPORTS.h>
10#include <aws/medialive/model/AutomaticInputFailoverSettings.h>
11#include <aws/medialive/model/InputSettings.h>
44 template <
typename AutomaticInputFailoverSettingsT = AutomaticInputFailoverSettings>
46 m_automaticInputFailoverSettingsHasBeenSet =
true;
47 m_automaticInputFailoverSettings = std::forward<AutomaticInputFailoverSettingsT>(value);
49 template <
typename AutomaticInputFailoverSettingsT = AutomaticInputFailoverSettings>
63 template <
typename InputAttachmentNameT = Aws::String>
65 m_inputAttachmentNameHasBeenSet =
true;
66 m_inputAttachmentName = std::forward<InputAttachmentNameT>(value);
68 template <
typename InputAttachmentNameT = Aws::String>
81 template <
typename InputIdT = Aws::String>
83 m_inputIdHasBeenSet =
true;
84 m_inputId = std::forward<InputIdT>(value);
86 template <
typename InputIdT = Aws::String>
99 template <
typename InputSettingsT = InputSettings>
101 m_inputSettingsHasBeenSet =
true;
102 m_inputSettings = std::forward<InputSettingsT>(value);
104 template <
typename InputSettingsT = InputSettings>
118 template <
typename LogicalInterfaceNamesT = Aws::Vector<Aws::String>>
120 m_logicalInterfaceNamesHasBeenSet =
true;
121 m_logicalInterfaceNames = std::forward<LogicalInterfaceNamesT>(value);
123 template <
typename LogicalInterfaceNamesT = Aws::Vector<Aws::String>>
128 template <
typename LogicalInterfaceNamesT = Aws::String>
130 m_logicalInterfaceNamesHasBeenSet =
true;
131 m_logicalInterfaceNames.emplace_back(std::forward<LogicalInterfaceNamesT>(value));
145 bool m_automaticInputFailoverSettingsHasBeenSet =
false;
146 bool m_inputAttachmentNameHasBeenSet =
false;
147 bool m_inputIdHasBeenSet =
false;
148 bool m_inputSettingsHasBeenSet =
false;
149 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