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/UpdateProgramScheduleConfiguration.h>
12#include <aws/mediatailor/model/AdBreak.h>
13#include <aws/mediatailor/model/AudienceMedia.h>
75 inline void SetChannelName(
const char* value) { m_channelNameHasBeenSet =
true; m_channelName.assign(value); }
89 inline void SetProgramName(
const char* value) { m_programNameHasBeenSet =
true; m_programName.assign(value); }
109 bool m_adBreaksHasBeenSet =
false;
112 bool m_audienceMediaHasBeenSet =
false;
115 bool m_channelNameHasBeenSet =
false;
118 bool m_programNameHasBeenSet =
false;
121 bool m_scheduleConfigurationHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector