7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/medialive/MediaLive_EXPORTS.h>
10#include <aws/medialive/model/BatchScheduleActionCreateRequest.h>
11#include <aws/medialive/model/BatchScheduleActionDeleteRequest.h>
43 template <
typename ChannelIdT = Aws::String>
45 m_channelIdHasBeenSet =
true;
46 m_channelId = std::forward<ChannelIdT>(value);
48 template <
typename ChannelIdT = Aws::String>
61 template <
typename CreatesT = BatchScheduleActionCreateRequest>
63 m_createsHasBeenSet =
true;
64 m_creates = std::forward<CreatesT>(value);
66 template <
typename CreatesT = BatchScheduleActionCreateRequest>
79 template <
typename DeletesT = BatchScheduleActionDeleteRequest>
81 m_deletesHasBeenSet =
true;
82 m_deletes = std::forward<DeletesT>(value);
84 template <
typename DeletesT = BatchScheduleActionDeleteRequest>
96 bool m_channelIdHasBeenSet =
false;
97 bool m_createsHasBeenSet =
false;
98 bool m_deletesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String