7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename SdiSourceIdT = Aws::String>
45 void SetSdiSourceId(SdiSourceIdT&& value) { m_sdiSourceIdHasBeenSet =
true; m_sdiSourceId = std::forward<SdiSourceIdT>(value); }
46 template<
typename SdiSourceIdT = Aws::String>
52 bool m_sdiSourceIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String