7#include <aws/core/utils/DateTime.h>
8#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
19namespace MediaConvert {
30 AWS_MEDIACONVERT_API
Timing() =
default;
41 template <
typename FinishTimeT = Aws::Utils::DateTime>
43 m_finishTimeHasBeenSet =
true;
44 m_finishTime = std::forward<FinishTimeT>(value);
46 template <
typename FinishTimeT = Aws::Utils::DateTime>
59 template <
typename StartTimeT = Aws::Utils::DateTime>
61 m_startTimeHasBeenSet =
true;
62 m_startTime = std::forward<StartTimeT>(value);
64 template <
typename StartTimeT = Aws::Utils::DateTime>
77 template <
typename SubmitTimeT = Aws::Utils::DateTime>
79 m_submitTimeHasBeenSet =
true;
80 m_submitTime = std::forward<SubmitTimeT>(value);
82 template <
typename SubmitTimeT = Aws::Utils::DateTime>
94 bool m_finishTimeHasBeenSet =
false;
95 bool m_startTimeHasBeenSet =
false;
96 bool m_submitTimeHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue