7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medialive/model/ChannelEngineVersionResponse.h>
49 template<
typename ActiveInputAttachmentNameT = Aws::String>
50 void SetActiveInputAttachmentName(ActiveInputAttachmentNameT&& value) { m_activeInputAttachmentNameHasBeenSet =
true; m_activeInputAttachmentName = std::forward<ActiveInputAttachmentNameT>(value); }
51 template<
typename ActiveInputAttachmentNameT = Aws::String>
62 template<
typename ActiveInputSwitchActionNameT = Aws::String>
63 void SetActiveInputSwitchActionName(ActiveInputSwitchActionNameT&& value) { m_activeInputSwitchActionNameHasBeenSet =
true; m_activeInputSwitchActionName = std::forward<ActiveInputSwitchActionNameT>(value); }
64 template<
typename ActiveInputSwitchActionNameT = Aws::String>
75 template<
typename ActiveMotionGraphicsActionNameT = Aws::String>
76 void SetActiveMotionGraphicsActionName(ActiveMotionGraphicsActionNameT&& value) { m_activeMotionGraphicsActionNameHasBeenSet =
true; m_activeMotionGraphicsActionName = std::forward<ActiveMotionGraphicsActionNameT>(value); }
77 template<
typename ActiveMotionGraphicsActionNameT = Aws::String>
87 template<
typename ActiveMotionGraphicsUriT = Aws::String>
88 void SetActiveMotionGraphicsUri(ActiveMotionGraphicsUriT&& value) { m_activeMotionGraphicsUriHasBeenSet =
true; m_activeMotionGraphicsUri = std::forward<ActiveMotionGraphicsUriT>(value); }
89 template<
typename ActiveMotionGraphicsUriT = Aws::String>
99 template<
typename PipelineIdT = Aws::String>
100 void SetPipelineId(PipelineIdT&& value) { m_pipelineIdHasBeenSet =
true; m_pipelineId = std::forward<PipelineIdT>(value); }
101 template<
typename PipelineIdT = Aws::String>
111 template<
typename ChannelEngineVersionT = ChannelEngineVersionResponse>
112 void SetChannelEngineVersion(ChannelEngineVersionT&& value) { m_channelEngineVersionHasBeenSet =
true; m_channelEngineVersion = std::forward<ChannelEngineVersionT>(value); }
113 template<
typename ChannelEngineVersionT = ChannelEngineVersionResponse>
119 bool m_activeInputAttachmentNameHasBeenSet =
false;
122 bool m_activeInputSwitchActionNameHasBeenSet =
false;
125 bool m_activeMotionGraphicsActionNameHasBeenSet =
false;
128 bool m_activeMotionGraphicsUriHasBeenSet =
false;
131 bool m_pipelineIdHasBeenSet =
false;
134 bool m_channelEngineVersionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue