7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename AdDecisionServerUrlT = Aws::String>
51 void SetAdDecisionServerUrl(AdDecisionServerUrlT&& value) { m_adDecisionServerUrlHasBeenSet =
true; m_adDecisionServerUrl = std::forward<AdDecisionServerUrlT>(value); }
52 template<
typename AdDecisionServerUrlT = Aws::String>
64 inline void SetMaxDurationSeconds(
int value) { m_maxDurationSecondsHasBeenSet =
true; m_maxDurationSeconds = value; }
70 bool m_adDecisionServerUrlHasBeenSet =
false;
72 int m_maxDurationSeconds{0};
73 bool m_maxDurationSecondsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue