7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
41 template <
typename SourceIpT = Aws::String>
43 m_sourceIpHasBeenSet =
true;
44 m_sourceIp = std::forward<SourceIpT>(value);
46 template <
typename SourceIpT = Aws::String>
59 template <
typename UrlT = Aws::String>
61 m_urlHasBeenSet =
true;
62 m_url = std::forward<UrlT>(value);
64 template <
typename UrlT = Aws::String>
66 SetUrl(std::forward<UrlT>(value));
74 bool m_sourceIpHasBeenSet =
false;
75 bool m_urlHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue