7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/mediatailor/MediaTailorRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/mediatailor/model/SlateSource.h>
12#include <aws/mediatailor/model/PlaybackMode.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/mediatailor/model/Tier.h>
15#include <aws/mediatailor/model/TimeShiftConfiguration.h>
16#include <aws/mediatailor/model/RequestOutputItem.h>
65 inline void SetChannelName(
const char* value) { m_channelNameHasBeenSet =
true; m_channelName.assign(value); }
145 inline void SetTier(
const Tier& value) { m_tierHasBeenSet =
true; m_tier = value; }
146 inline void SetTier(
Tier&& value) { m_tierHasBeenSet =
true; m_tier = std::move(value); }
166 bool m_audiencesHasBeenSet =
false;
169 bool m_channelNameHasBeenSet =
false;
172 bool m_fillerSlateHasBeenSet =
false;
175 bool m_outputsHasBeenSet =
false;
178 bool m_playbackModeHasBeenSet =
false;
181 bool m_tagsHasBeenSet =
false;
184 bool m_tierHasBeenSet =
false;
187 bool m_timeShiftConfigurationHasBeenSet =
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