7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/mediatailor/model/SlateSource.h>
12#include <aws/mediatailor/model/LogConfigurationForChannel.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/mediatailor/model/ResponseOutputItem.h>
57 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
58 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
76 inline Channel&
AddAudiences(
const char* value) { m_audiencesHasBeenSet =
true; m_audiences.push_back(value);
return *
this; }
87 inline void SetChannelName(
const char* value) { m_channelNameHasBeenSet =
true; m_channelName.assign(value); }
101 inline void SetChannelState(
const char* value) { m_channelStateHasBeenSet =
true; m_channelState.assign(value); }
183 inline void SetPlaybackMode(
const char* value) { m_playbackModeHasBeenSet =
true; m_playbackMode.assign(value); }
207 inline Channel&
AddTags(
const char* key,
Aws::String&& value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, std::move(value));
return *
this; }
208 inline Channel&
AddTags(
Aws::String&& key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(std::move(key), value);
return *
this; }
209 inline Channel&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
221 inline void SetTier(
const char* value) { m_tierHasBeenSet =
true; m_tier.assign(value); }
229 bool m_arnHasBeenSet =
false;
232 bool m_audiencesHasBeenSet =
false;
235 bool m_channelNameHasBeenSet =
false;
238 bool m_channelStateHasBeenSet =
false;
241 bool m_creationTimeHasBeenSet =
false;
244 bool m_fillerSlateHasBeenSet =
false;
247 bool m_lastModifiedTimeHasBeenSet =
false;
250 bool m_logConfigurationHasBeenSet =
false;
253 bool m_outputsHasBeenSet =
false;
256 bool m_playbackModeHasBeenSet =
false;
259 bool m_tagsHasBeenSet =
false;
262 bool m_tierHasBeenSet =
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