7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/mediatailor/model/UpdateProgramTransition.h>
9#include <aws/mediatailor/model/ClipRange.h>
47 template<
typename TransitionT = UpdateProgramTransition>
48 void SetTransition(TransitionT&& value) { m_transitionHasBeenSet =
true; m_transition = std::forward<TransitionT>(value); }
49 template<
typename TransitionT = UpdateProgramTransition>
59 template<
typename ClipRangeT = ClipRange>
60 void SetClipRange(ClipRangeT&& value) { m_clipRangeHasBeenSet =
true; m_clipRange = std::forward<ClipRangeT>(value); }
61 template<
typename ClipRangeT = ClipRange>
67 bool m_transitionHasBeenSet =
false;
70 bool m_clipRangeHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue