7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/medialive/model/MediaResourceNeighbor.h>
46 template<
typename DestinationsT = Aws::Vector<MediaResourceNeighbor>>
47 void SetDestinations(DestinationsT&& value) { m_destinationsHasBeenSet =
true; m_destinations = std::forward<DestinationsT>(value); }
48 template<
typename DestinationsT = Aws::Vector<MediaResourceNeighbor>>
50 template<
typename DestinationsT = MediaResourceNeighbor>
51 MediaResource&
AddDestinations(DestinationsT&& value) { m_destinationsHasBeenSet =
true; m_destinations.emplace_back(std::forward<DestinationsT>(value));
return *
this; }
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
70 template<
typename SourcesT = Aws::Vector<MediaResourceNeighbor>>
71 void SetSources(SourcesT&& value) { m_sourcesHasBeenSet =
true; m_sources = std::forward<SourcesT>(value); }
72 template<
typename SourcesT = Aws::Vector<MediaResourceNeighbor>>
74 template<
typename SourcesT = MediaResourceNeighbor>
75 MediaResource&
AddSources(SourcesT&& value) { m_sourcesHasBeenSet =
true; m_sources.emplace_back(std::forward<SourcesT>(value));
return *
this; }
80 bool m_destinationsHasBeenSet =
false;
83 bool m_nameHasBeenSet =
false;
86 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