7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/medialive/MediaLive_EXPORTS.h>
10#include <aws/medialive/model/SdiSourceMode.h>
11#include <aws/medialive/model/SdiSourceType.h>
46 m_modeHasBeenSet =
true;
64 template <
typename NameT = Aws::String>
66 m_nameHasBeenSet =
true;
67 m_name = std::forward<NameT>(value);
69 template <
typename NameT = Aws::String>
71 SetName(std::forward<NameT>(value));
82 template <
typename SdiSourceIdT = Aws::String>
84 m_sdiSourceIdHasBeenSet =
true;
85 m_sdiSourceId = std::forward<SdiSourceIdT>(value);
87 template <
typename SdiSourceIdT = Aws::String>
103 m_typeHasBeenSet =
true;
119 bool m_modeHasBeenSet =
false;
120 bool m_nameHasBeenSet =
false;
121 bool m_sdiSourceIdHasBeenSet =
false;
122 bool m_typeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String