7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/mediatailor/model/RelativePosition.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetDurationMillis(
long long value) { m_durationMillisHasBeenSet =
true; m_durationMillis = value; }
69 template<
typename RelativeProgramT = Aws::String>
70 void SetRelativeProgram(RelativeProgramT&& value) { m_relativeProgramHasBeenSet =
true; m_relativeProgram = std::forward<RelativeProgramT>(value); }
71 template<
typename RelativeProgramT = Aws::String>
103 template<
typename TypeT = Aws::String>
104 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
105 template<
typename TypeT = Aws::String>
110 long long m_durationMillis{0};
111 bool m_durationMillisHasBeenSet =
false;
114 bool m_relativePositionHasBeenSet =
false;
117 bool m_relativeProgramHasBeenSet =
false;
119 long long m_scheduledStartTimeMillis{0};
120 bool m_scheduledStartTimeMillisHasBeenSet =
false;
123 bool m_typeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue