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/ChannelClass.h>
12#include <aws/medialive/model/OutputDestination.h>
44 m_channelClassHasBeenSet =
true;
45 m_channelClass = value;
59 template <
typename ChannelIdT = Aws::String>
61 m_channelIdHasBeenSet =
true;
62 m_channelId = std::forward<ChannelIdT>(value);
64 template <
typename ChannelIdT = Aws::String>
77 template <
typename DestinationsT = Aws::Vector<OutputDestination>>
79 m_destinationsHasBeenSet =
true;
80 m_destinations = std::forward<DestinationsT>(value);
82 template <
typename DestinationsT = Aws::Vector<OutputDestination>>
87 template <
typename DestinationsT = OutputDestination>
89 m_destinationsHasBeenSet =
true;
90 m_destinations.emplace_back(std::forward<DestinationsT>(value));
100 bool m_channelClassHasBeenSet =
false;
101 bool m_channelIdHasBeenSet =
false;
102 bool m_destinationsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector