7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename SourceIpT = Aws::String>
48 void SetSourceIp(SourceIpT&& value) { m_sourceIpHasBeenSet =
true; m_sourceIp = std::forward<SourceIpT>(value); }
49 template<
typename SourceIpT = Aws::String>
59 template<
typename UrlT = Aws::String>
60 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
61 template<
typename UrlT = Aws::String>
67 bool m_sourceIpHasBeenSet =
false;
70 bool m_urlHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue