7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/medialive/model/BatchScheduleActionCreateRequest.h>
11#include <aws/medialive/model/BatchScheduleActionDeleteRequest.h>
47 template<
typename ChannelIdT = Aws::String>
48 void SetChannelId(ChannelIdT&& value) { m_channelIdHasBeenSet =
true; m_channelId = std::forward<ChannelIdT>(value); }
49 template<
typename ChannelIdT = Aws::String>
59 template<
typename CreatesT = BatchScheduleActionCreateRequest>
60 void SetCreates(CreatesT&& value) { m_createsHasBeenSet =
true; m_creates = std::forward<CreatesT>(value); }
61 template<
typename CreatesT = BatchScheduleActionCreateRequest>
71 template<
typename DeletesT = BatchScheduleActionDeleteRequest>
72 void SetDeletes(DeletesT&& value) { m_deletesHasBeenSet =
true; m_deletes = std::forward<DeletesT>(value); }
73 template<
typename DeletesT = BatchScheduleActionDeleteRequest>
79 bool m_channelIdHasBeenSet =
false;
82 bool m_createsHasBeenSet =
false;
85 bool m_deletesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String