7#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace mediapackagev2
48 template<
typename UrlT = Aws::String>
49 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
50 template<
typename UrlT = Aws::String>
60 template<
typename ServiceLocationT = Aws::String>
61 void SetServiceLocation(ServiceLocationT&& value) { m_serviceLocationHasBeenSet =
true; m_serviceLocation = std::forward<ServiceLocationT>(value); }
62 template<
typename ServiceLocationT = Aws::String>
73 inline void SetDvbPriority(
int value) { m_dvbPriorityHasBeenSet =
true; m_dvbPriority = value; }
84 inline void SetDvbWeight(
int value) { m_dvbWeightHasBeenSet =
true; m_dvbWeight = value; }
90 bool m_urlHasBeenSet =
false;
93 bool m_serviceLocationHasBeenSet =
false;
96 bool m_dvbPriorityHasBeenSet =
false;
99 bool m_dvbWeightHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue