7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/medialive/model/ChannelClass.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/medialive/model/OutputDestination.h>
57 template<
typename ChannelIdT = Aws::String>
58 void SetChannelId(ChannelIdT&& value) { m_channelIdHasBeenSet =
true; m_channelId = std::forward<ChannelIdT>(value); }
59 template<
typename ChannelIdT = Aws::String>
69 template<
typename DestinationsT = Aws::Vector<OutputDestination>>
70 void SetDestinations(DestinationsT&& value) { m_destinationsHasBeenSet =
true; m_destinations = std::forward<DestinationsT>(value); }
71 template<
typename DestinationsT = Aws::Vector<OutputDestination>>
73 template<
typename DestinationsT = OutputDestination>
79 bool m_channelClassHasBeenSet =
false;
82 bool m_channelIdHasBeenSet =
false;
85 bool m_destinationsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector