7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/mediatailor/MediaTailorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename LiveSourceNameT = Aws::String>
42 void SetLiveSourceName(LiveSourceNameT&& value) { m_liveSourceNameHasBeenSet =
true; m_liveSourceName = std::forward<LiveSourceNameT>(value); }
43 template<
typename LiveSourceNameT = Aws::String>
53 template<
typename SourceLocationNameT = Aws::String>
54 void SetSourceLocationName(SourceLocationNameT&& value) { m_sourceLocationNameHasBeenSet =
true; m_sourceLocationName = std::forward<SourceLocationNameT>(value); }
55 template<
typename SourceLocationNameT = Aws::String>
61 bool m_liveSourceNameHasBeenSet =
false;
64 bool m_sourceLocationNameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String