7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/xray/model/FaultRootCauseService.h>
49 template<
typename ServicesT = Aws::Vector<FaultRootCauseService>>
50 void SetServices(ServicesT&& value) { m_servicesHasBeenSet =
true; m_services = std::forward<ServicesT>(value); }
51 template<
typename ServicesT = Aws::Vector<FaultRootCauseService>>
53 template<
typename ServicesT = FaultRootCauseService>
54 FaultRootCause&
AddServices(ServicesT&& value) { m_servicesHasBeenSet =
true; m_services.emplace_back(std::forward<ServicesT>(value));
return *
this; }
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 FaultRootCause & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ClientImpactingHasBeenSet() const
bool GetClientImpacting() const
FaultRootCause & AddServices(ServicesT &&value)
void SetClientImpacting(bool value)
FaultRootCause & WithClientImpacting(bool value)
const Aws::Vector< FaultRootCauseService > & GetServices() const
void SetServices(ServicesT &&value)
bool ServicesHasBeenSet() const
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_XRAY_API FaultRootCause(Aws::Utils::Json::JsonView jsonValue)
AWS_XRAY_API FaultRootCause()=default
FaultRootCause & WithServices(ServicesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue