7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediatailor/model/ChannelState.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/mediatailor/model/SlateSource.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/mediatailor/model/LogConfigurationForChannel.h>
15#include <aws/mediatailor/model/TimeShiftConfiguration.h>
16#include <aws/mediatailor/model/ResponseOutputItem.h>
21template<
typename RESULT_TYPE>
22class AmazonWebServiceResult;
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
59 template<
typename ChannelNameT = Aws::String>
60 void SetChannelName(ChannelNameT&& value) { m_channelNameHasBeenSet =
true; m_channelName = std::forward<ChannelNameT>(value); }
61 template<
typename ChannelNameT = Aws::String>
79 template<
typename CreationTimeT = Aws::Utils::DateTime>
80 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
81 template<
typename CreationTimeT = Aws::Utils::DateTime>
91 template<
typename FillerSlateT = SlateSource>
92 void SetFillerSlate(FillerSlateT&& value) { m_fillerSlateHasBeenSet =
true; m_fillerSlate = std::forward<FillerSlateT>(value); }
93 template<
typename FillerSlateT = SlateSource>
102 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
103 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
104 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
113 template<
typename OutputsT = Aws::Vector<ResponseOutputItem>>
114 void SetOutputs(OutputsT&& value) { m_outputsHasBeenSet =
true; m_outputs = std::forward<OutputsT>(value); }
115 template<
typename OutputsT = Aws::Vector<ResponseOutputItem>>
117 template<
typename OutputsT = ResponseOutputItem>
126 template<
typename PlaybackModeT = Aws::String>
127 void SetPlaybackMode(PlaybackModeT&& value) { m_playbackModeHasBeenSet =
true; m_playbackMode = std::forward<PlaybackModeT>(value); }
128 template<
typename PlaybackModeT = Aws::String>
141 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
142 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
143 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
145 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
147 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
156 template<
typename TierT = Aws::String>
157 void SetTier(TierT&& value) { m_tierHasBeenSet =
true; m_tier = std::forward<TierT>(value); }
158 template<
typename TierT = Aws::String>
167 template<
typename LogConfigurationT = LogConfigurationForChannel>
168 void SetLogConfiguration(LogConfigurationT&& value) { m_logConfigurationHasBeenSet =
true; m_logConfiguration = std::forward<LogConfigurationT>(value); }
169 template<
typename LogConfigurationT = LogConfigurationForChannel>
178 template<
typename TimeShiftConfigurationT = TimeShiftConfiguration>
179 void SetTimeShiftConfiguration(TimeShiftConfigurationT&& value) { m_timeShiftConfigurationHasBeenSet =
true; m_timeShiftConfiguration = std::forward<TimeShiftConfigurationT>(value); }
180 template<
typename TimeShiftConfigurationT = TimeShiftConfiguration>
189 template<
typename AudiencesT = Aws::Vector<Aws::String>>
190 void SetAudiences(AudiencesT&& value) { m_audiencesHasBeenSet =
true; m_audiences = std::forward<AudiencesT>(value); }
191 template<
typename AudiencesT = Aws::Vector<Aws::String>>
193 template<
typename AudiencesT = Aws::String>
200 template<
typename RequestIdT = Aws::String>
201 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
202 template<
typename RequestIdT = Aws::String>
208 bool m_arnHasBeenSet =
false;
211 bool m_channelNameHasBeenSet =
false;
214 bool m_channelStateHasBeenSet =
false;
217 bool m_creationTimeHasBeenSet =
false;
219 SlateSource m_fillerSlate;
220 bool m_fillerSlateHasBeenSet =
false;
223 bool m_lastModifiedTimeHasBeenSet =
false;
226 bool m_outputsHasBeenSet =
false;
229 bool m_playbackModeHasBeenSet =
false;
232 bool m_tagsHasBeenSet =
false;
235 bool m_tierHasBeenSet =
false;
237 LogConfigurationForChannel m_logConfiguration;
238 bool m_logConfigurationHasBeenSet =
false;
240 TimeShiftConfiguration m_timeShiftConfiguration;
241 bool m_timeShiftConfigurationHasBeenSet =
false;
244 bool m_audiencesHasBeenSet =
false;
247 bool m_requestIdHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue