7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/medialive/model/SdiSourceMode.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/medialive/model/SdiSourceType.h>
62 template<
typename NameT = Aws::String>
63 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
64 template<
typename NameT = Aws::String>
74 template<
typename SdiSourceIdT = Aws::String>
75 void SetSdiSourceId(SdiSourceIdT&& value) { m_sdiSourceIdHasBeenSet =
true; m_sdiSourceId = std::forward<SdiSourceIdT>(value); }
76 template<
typename SdiSourceIdT = Aws::String>
94 bool m_modeHasBeenSet =
false;
97 bool m_nameHasBeenSet =
false;
100 bool m_sdiSourceIdHasBeenSet =
false;
103 bool m_typeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String