7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 inline void SetCoverage(
double value) { m_coverageHasBeenSet =
true; m_coverage = value; }
69 inline void SetRemote(
bool value) { m_remoteHasBeenSet =
true; m_remote = value; }
75 bool m_nameHasBeenSet =
false;
77 double m_coverage{0.0};
78 bool m_coverageHasBeenSet =
false;
81 bool m_remoteHasBeenSet =
false;
AWS_XRAY_API ResponseTimeRootCauseEntity()=default
AWS_XRAY_API ResponseTimeRootCauseEntity(Aws::Utils::Json::JsonView jsonValue)
void SetRemote(bool value)
AWS_XRAY_API ResponseTimeRootCauseEntity & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
ResponseTimeRootCauseEntity & WithName(NameT &&value)
bool NameHasBeenSet() const
double GetCoverage() const
ResponseTimeRootCauseEntity & WithRemote(bool value)
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCoverage(double value)
const Aws::String & GetName() const
bool CoverageHasBeenSet() const
bool RemoteHasBeenSet() const
ResponseTimeRootCauseEntity & WithCoverage(double value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue