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 SourceLocationNameT = Aws::String>
42 void SetSourceLocationName(SourceLocationNameT&& value) { m_sourceLocationNameHasBeenSet =
true; m_sourceLocationName = std::forward<SourceLocationNameT>(value); }
43 template<
typename SourceLocationNameT = Aws::String>
53 template<
typename VodSourceNameT = Aws::String>
54 void SetVodSourceName(VodSourceNameT&& value) { m_vodSourceNameHasBeenSet =
true; m_vodSourceName = std::forward<VodSourceNameT>(value); }
55 template<
typename VodSourceNameT = Aws::String>
61 bool m_sourceLocationNameHasBeenSet =
false;
64 bool m_vodSourceNameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String