7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/xray/XRay_EXPORTS.h>
9#include <aws/xray/model/FaultRootCauseService.h>
43 template <
typename ServicesT = Aws::Vector<FaultRootCauseService>>
45 m_servicesHasBeenSet =
true;
46 m_services = std::forward<ServicesT>(value);
48 template <
typename ServicesT = Aws::Vector<FaultRootCauseService>>
53 template <
typename ServicesT = FaultRootCauseService>
55 m_servicesHasBeenSet =
true;
56 m_services.emplace_back(std::forward<ServicesT>(value));
68 m_clientImpactingHasBeenSet =
true;
69 m_clientImpacting = value;
79 bool m_clientImpacting{
false};
80 bool m_servicesHasBeenSet =
false;
81 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