7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
34 AWS_XRAY_API
Http() =
default;
46 template<
typename HttpURLT = Aws::String>
47 void SetHttpURL(HttpURLT&& value) { m_httpURLHasBeenSet =
true; m_httpURL = std::forward<HttpURLT>(value); }
48 template<
typename HttpURLT = Aws::String>
58 inline void SetHttpStatus(
int value) { m_httpStatusHasBeenSet =
true; m_httpStatus = value; }
68 template<
typename HttpMethodT = Aws::String>
69 void SetHttpMethod(HttpMethodT&& value) { m_httpMethodHasBeenSet =
true; m_httpMethod = std::forward<HttpMethodT>(value); }
70 template<
typename HttpMethodT = Aws::String>
80 template<
typename UserAgentT = Aws::String>
81 void SetUserAgent(UserAgentT&& value) { m_userAgentHasBeenSet =
true; m_userAgent = std::forward<UserAgentT>(value); }
82 template<
typename UserAgentT = Aws::String>
92 template<
typename ClientIpT = Aws::String>
93 void SetClientIp(ClientIpT&& value) { m_clientIpHasBeenSet =
true; m_clientIp = std::forward<ClientIpT>(value); }
94 template<
typename ClientIpT = Aws::String>
100 bool m_httpURLHasBeenSet =
false;
103 bool m_httpStatusHasBeenSet =
false;
106 bool m_httpMethodHasBeenSet =
false;
109 bool m_userAgentHasBeenSet =
false;
112 bool m_clientIpHasBeenSet =
false;
AWS_XRAY_API Http & operator=(Aws::Utils::Json::JsonView jsonValue)
Http & WithUserAgent(UserAgentT &&value)
bool ClientIpHasBeenSet() const
bool HttpURLHasBeenSet() const
void SetClientIp(ClientIpT &&value)
void SetUserAgent(UserAgentT &&value)
Http & WithHttpStatus(int value)
const Aws::String & GetHttpMethod() const
bool HttpStatusHasBeenSet() const
void SetHttpURL(HttpURLT &&value)
void SetHttpMethod(HttpMethodT &&value)
const Aws::String & GetHttpURL() const
const Aws::String & GetUserAgent() const
void SetHttpStatus(int value)
Http & WithHttpURL(HttpURLT &&value)
AWS_XRAY_API Http()=default
Http & WithHttpMethod(HttpMethodT &&value)
int GetHttpStatus() const
AWS_XRAY_API Http(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetClientIp() const
bool HttpMethodHasBeenSet() const
Http & WithClientIp(ClientIpT &&value)
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
bool UserAgentHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue