7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
57 template<
typename ApproximateStartTimeT = Aws::Utils::DateTime>
58 void SetApproximateStartTime(ApproximateStartTimeT&& value) { m_approximateStartTimeHasBeenSet =
true; m_approximateStartTime = std::forward<ApproximateStartTimeT>(value); }
59 template<
typename ApproximateStartTimeT = Aws::Utils::DateTime>
70 template<
typename SourceLocationNameT = Aws::String>
71 void SetSourceLocationName(SourceLocationNameT&& value) { m_sourceLocationNameHasBeenSet =
true; m_sourceLocationName = std::forward<SourceLocationNameT>(value); }
72 template<
typename SourceLocationNameT = Aws::String>
82 template<
typename VodSourceNameT = Aws::String>
83 void SetVodSourceName(VodSourceNameT&& value) { m_vodSourceNameHasBeenSet =
true; m_vodSourceName = std::forward<VodSourceNameT>(value); }
84 template<
typename VodSourceNameT = Aws::String>
89 long long m_approximateDurationSeconds{0};
90 bool m_approximateDurationSecondsHasBeenSet =
false;
93 bool m_approximateStartTimeHasBeenSet =
false;
96 bool m_sourceLocationNameHasBeenSet =
false;
99 bool m_vodSourceNameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue