7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/mediatailor/model/SlateSource.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/mediatailor/model/LogConfigurationForChannel.h>
14#include <aws/mediatailor/model/ResponseOutputItem.h>
56 template<
typename ArnT = Aws::String>
57 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
58 template<
typename ArnT = Aws::String>
68 template<
typename ChannelNameT = Aws::String>
69 void SetChannelName(ChannelNameT&& value) { m_channelNameHasBeenSet =
true; m_channelName = std::forward<ChannelNameT>(value); }
70 template<
typename ChannelNameT = Aws::String>
80 template<
typename ChannelStateT = Aws::String>
81 void SetChannelState(ChannelStateT&& value) { m_channelStateHasBeenSet =
true; m_channelState = std::forward<ChannelStateT>(value); }
82 template<
typename ChannelStateT = Aws::String>
92 template<
typename CreationTimeT = Aws::Utils::DateTime>
93 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
94 template<
typename CreationTimeT = Aws::Utils::DateTime>
107 template<
typename FillerSlateT = SlateSource>
108 void SetFillerSlate(FillerSlateT&& value) { m_fillerSlateHasBeenSet =
true; m_fillerSlate = std::forward<FillerSlateT>(value); }
109 template<
typename FillerSlateT = SlateSource>
119 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
120 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
121 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
131 template<
typename OutputsT = Aws::Vector<ResponseOutputItem>>
132 void SetOutputs(OutputsT&& value) { m_outputsHasBeenSet =
true; m_outputs = std::forward<OutputsT>(value); }
133 template<
typename OutputsT = Aws::Vector<ResponseOutputItem>>
135 template<
typename OutputsT = ResponseOutputItem>
136 Channel&
AddOutputs(OutputsT&& value) { m_outputsHasBeenSet =
true; m_outputs.emplace_back(std::forward<OutputsT>(value));
return *
this; }
148 template<
typename PlaybackModeT = Aws::String>
149 void SetPlaybackMode(PlaybackModeT&& value) { m_playbackModeHasBeenSet =
true; m_playbackMode = std::forward<PlaybackModeT>(value); }
150 template<
typename PlaybackModeT = Aws::String>
164 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
165 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
166 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
168 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
170 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
181 template<
typename TierT = Aws::String>
182 void SetTier(TierT&& value) { m_tierHasBeenSet =
true; m_tier = std::forward<TierT>(value); }
183 template<
typename TierT = Aws::String>
193 template<
typename LogConfigurationT = LogConfigurationForChannel>
194 void SetLogConfiguration(LogConfigurationT&& value) { m_logConfigurationHasBeenSet =
true; m_logConfiguration = std::forward<LogConfigurationT>(value); }
195 template<
typename LogConfigurationT = LogConfigurationForChannel>
205 template<
typename AudiencesT = Aws::Vector<Aws::String>>
206 void SetAudiences(AudiencesT&& value) { m_audiencesHasBeenSet =
true; m_audiences = std::forward<AudiencesT>(value); }
207 template<
typename AudiencesT = Aws::Vector<Aws::String>>
209 template<
typename AudiencesT = Aws::String>
210 Channel&
AddAudiences(AudiencesT&& value) { m_audiencesHasBeenSet =
true; m_audiences.emplace_back(std::forward<AudiencesT>(value));
return *
this; }
215 bool m_arnHasBeenSet =
false;
218 bool m_channelNameHasBeenSet =
false;
221 bool m_channelStateHasBeenSet =
false;
224 bool m_creationTimeHasBeenSet =
false;
226 SlateSource m_fillerSlate;
227 bool m_fillerSlateHasBeenSet =
false;
230 bool m_lastModifiedTimeHasBeenSet =
false;
233 bool m_outputsHasBeenSet =
false;
236 bool m_playbackModeHasBeenSet =
false;
239 bool m_tagsHasBeenSet =
false;
242 bool m_tierHasBeenSet =
false;
244 LogConfigurationForChannel m_logConfiguration;
245 bool m_logConfigurationHasBeenSet =
false;
248 bool m_audiencesHasBeenSet =
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