7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
38 AWS_MEDIATAILOR_API
Bumper() =
default;
50 template<
typename EndUrlT = Aws::String>
51 void SetEndUrl(EndUrlT&& value) { m_endUrlHasBeenSet =
true; m_endUrl = std::forward<EndUrlT>(value); }
52 template<
typename EndUrlT = Aws::String>
62 template<
typename StartUrlT = Aws::String>
63 void SetStartUrl(StartUrlT&& value) { m_startUrlHasBeenSet =
true; m_startUrl = std::forward<StartUrlT>(value); }
64 template<
typename StartUrlT = Aws::String>
70 bool m_endUrlHasBeenSet =
false;
73 bool m_startUrlHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue