7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/xray/model/ResponseTimeRootCauseService.h>
49 template<
typename ServicesT = Aws::Vector<ResponseTimeRootCauseService>>
50 void SetServices(ServicesT&& value) { m_servicesHasBeenSet =
true; m_services = std::forward<ServicesT>(value); }
51 template<
typename ServicesT = Aws::Vector<ResponseTimeRootCauseService>>
53 template<
typename ServicesT = ResponseTimeRootCauseService>
63 inline void SetClientImpacting(
bool value) { m_clientImpactingHasBeenSet =
true; m_clientImpacting = value; }
69 bool m_servicesHasBeenSet =
false;
71 bool m_clientImpacting{
false};
72 bool m_clientImpactingHasBeenSet =
false;
AWS_XRAY_API ResponseTimeRootCause(Aws::Utils::Json::JsonView jsonValue)
AWS_XRAY_API ResponseTimeRootCause()=default
AWS_XRAY_API ResponseTimeRootCause & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ServicesHasBeenSet() const
void SetServices(ServicesT &&value)
ResponseTimeRootCause & WithClientImpacting(bool value)
bool ClientImpactingHasBeenSet() const
bool GetClientImpacting() const
ResponseTimeRootCause & AddServices(ServicesT &&value)
ResponseTimeRootCause & WithServices(ServicesT &&value)
const Aws::Vector< ResponseTimeRootCauseService > & GetServices() const
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetClientImpacting(bool value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue