7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
19namespace mediapackagev2 {
42 template <
typename UrlT = Aws::String>
44 m_urlHasBeenSet =
true;
45 m_url = std::forward<UrlT>(value);
47 template <
typename UrlT = Aws::String>
49 SetUrl(std::forward<UrlT>(value));
60 template <
typename ServiceLocationT = Aws::String>
62 m_serviceLocationHasBeenSet =
true;
63 m_serviceLocation = std::forward<ServiceLocationT>(value);
65 template <
typename ServiceLocationT = Aws::String>
80 m_dvbPriorityHasBeenSet =
true;
81 m_dvbPriority = value;
97 m_dvbWeightHasBeenSet =
true;
110 int m_dvbPriority{0};
113 bool m_urlHasBeenSet =
false;
114 bool m_serviceLocationHasBeenSet =
false;
115 bool m_dvbPriorityHasBeenSet =
false;
116 bool m_dvbWeightHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue