7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/medialive/MediaLive_EXPORTS.h>
10#include <aws/medialive/model/MediaResourceNeighbor.h>
40 template <
typename DestinationsT = Aws::Vector<MediaResourceNeighbor>>
42 m_destinationsHasBeenSet =
true;
43 m_destinations = std::forward<DestinationsT>(value);
45 template <
typename DestinationsT = Aws::Vector<MediaResourceNeighbor>>
50 template <
typename DestinationsT = MediaResourceNeighbor>
52 m_destinationsHasBeenSet =
true;
53 m_destinations.emplace_back(std::forward<DestinationsT>(value));
64 template <
typename NameT = Aws::String>
66 m_nameHasBeenSet =
true;
67 m_name = std::forward<NameT>(value);
69 template <
typename NameT = Aws::String>
71 SetName(std::forward<NameT>(value));
80 template <
typename SourcesT = Aws::Vector<MediaResourceNeighbor>>
82 m_sourcesHasBeenSet =
true;
83 m_sources = std::forward<SourcesT>(value);
85 template <
typename SourcesT = Aws::Vector<MediaResourceNeighbor>>
90 template <
typename SourcesT = MediaResourceNeighbor>
92 m_sourcesHasBeenSet =
true;
93 m_sources.emplace_back(std::forward<SourcesT>(value));
103 bool m_destinationsHasBeenSet =
false;
104 bool m_nameHasBeenSet =
false;
105 bool m_sourcesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue