7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/mediatailor/MediaTailorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mediatailor/model/SlateSource.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/mediatailor/model/TimeShiftConfiguration.h>
13#include <aws/mediatailor/model/RequestOutputItem.h>
45 template<
typename ChannelNameT = Aws::String>
46 void SetChannelName(ChannelNameT&& value) { m_channelNameHasBeenSet =
true; m_channelName = std::forward<ChannelNameT>(value); }
47 template<
typename ChannelNameT = Aws::String>
60 template<
typename FillerSlateT = SlateSource>
61 void SetFillerSlate(FillerSlateT&& value) { m_fillerSlateHasBeenSet =
true; m_fillerSlate = std::forward<FillerSlateT>(value); }
62 template<
typename FillerSlateT = SlateSource>
72 template<
typename OutputsT = Aws::Vector<RequestOutputItem>>
73 void SetOutputs(OutputsT&& value) { m_outputsHasBeenSet =
true; m_outputs = std::forward<OutputsT>(value); }
74 template<
typename OutputsT = Aws::Vector<RequestOutputItem>>
76 template<
typename OutputsT = RequestOutputItem>
87 template<
typename TimeShiftConfigurationT = TimeShiftConfiguration>
88 void SetTimeShiftConfiguration(TimeShiftConfigurationT&& value) { m_timeShiftConfigurationHasBeenSet =
true; m_timeShiftConfiguration = std::forward<TimeShiftConfigurationT>(value); }
89 template<
typename TimeShiftConfigurationT = TimeShiftConfiguration>
99 template<
typename AudiencesT = Aws::Vector<Aws::String>>
100 void SetAudiences(AudiencesT&& value) { m_audiencesHasBeenSet =
true; m_audiences = std::forward<AudiencesT>(value); }
101 template<
typename AudiencesT = Aws::Vector<Aws::String>>
103 template<
typename AudiencesT = Aws::String>
109 bool m_channelNameHasBeenSet =
false;
112 bool m_fillerSlateHasBeenSet =
false;
115 bool m_outputsHasBeenSet =
false;
118 bool m_timeShiftConfigurationHasBeenSet =
false;
121 bool m_audiencesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector