7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/mediatailor/model/AvailMatchingCriteria.h>
51 template<
typename AvailMatchingCriteriaT = Aws::Vector<AvailMatchingCriteria>>
52 void SetAvailMatchingCriteria(AvailMatchingCriteriaT&& value) { m_availMatchingCriteriaHasBeenSet =
true; m_availMatchingCriteria = std::forward<AvailMatchingCriteriaT>(value); }
53 template<
typename AvailMatchingCriteriaT = Aws::Vector<AvailMatchingCriteria>>
55 template<
typename AvailMatchingCriteriaT = AvailMatchingCriteria>
68 template<
typename EndTimeT = Aws::Utils::DateTime>
69 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
70 template<
typename EndTimeT = Aws::Utils::DateTime>
82 template<
typename StartTimeT = Aws::Utils::DateTime>
83 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
84 template<
typename StartTimeT = Aws::Utils::DateTime>
90 bool m_availMatchingCriteriaHasBeenSet =
false;
93 bool m_endTimeHasBeenSet =
false;
96 bool m_startTimeHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue