7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/xray/XRay_EXPORTS.h>
29 AWS_XRAY_API
Http() =
default;
40 template <
typename HttpURLT = Aws::String>
42 m_httpURLHasBeenSet =
true;
43 m_httpURL = std::forward<HttpURLT>(value);
45 template <
typename HttpURLT = Aws::String>
59 m_httpStatusHasBeenSet =
true;
74 template <
typename HttpMethodT = Aws::String>
76 m_httpMethodHasBeenSet =
true;
77 m_httpMethod = std::forward<HttpMethodT>(value);
79 template <
typename HttpMethodT = Aws::String>
92 template <
typename UserAgentT = Aws::String>
94 m_userAgentHasBeenSet =
true;
95 m_userAgent = std::forward<UserAgentT>(value);
97 template <
typename UserAgentT = Aws::String>
110 template <
typename ClientIpT = Aws::String>
112 m_clientIpHasBeenSet =
true;
113 m_clientIp = std::forward<ClientIpT>(value);
115 template <
typename ClientIpT = Aws::String>
131 bool m_httpURLHasBeenSet =
false;
132 bool m_httpStatusHasBeenSet =
false;
133 bool m_httpMethodHasBeenSet =
false;
134 bool m_userAgentHasBeenSet =
false;
135 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