7#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace mediapackagev2
48 template<
typename ReportingUrlT = Aws::String>
49 void SetReportingUrl(ReportingUrlT&& value) { m_reportingUrlHasBeenSet =
true; m_reportingUrl = std::forward<ReportingUrlT>(value); }
50 template<
typename ReportingUrlT = Aws::String>
62 inline void SetProbability(
int value) { m_probabilityHasBeenSet =
true; m_probability = value; }
68 bool m_reportingUrlHasBeenSet =
false;
71 bool m_probabilityHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue