7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/medialive/MediaLiveRequest.h>
10#include <aws/medialive/MediaLive_EXPORTS.h>
11#include <aws/medialive/model/ChannelPipelineIdToRestart.h>
42 template <
typename ChannelIdT = Aws::String>
44 m_channelIdHasBeenSet =
true;
45 m_channelId = std::forward<ChannelIdT>(value);
47 template <
typename ChannelIdT = Aws::String>
61 template <
typename PipelineIdsT = Aws::Vector<ChannelPipelineIdToRestart>>
63 m_pipelineIdsHasBeenSet =
true;
64 m_pipelineIds = std::forward<PipelineIdsT>(value);
66 template <
typename PipelineIdsT = Aws::Vector<ChannelPipelineIdToRestart>>
72 m_pipelineIdsHasBeenSet =
true;
73 m_pipelineIds.push_back(value);
81 bool m_channelIdHasBeenSet =
false;
82 bool m_pipelineIdsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector