7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/xray/model/ErrorRootCauseService.h>
62 inline void SetClientImpacting(
bool value) { m_clientImpactingHasBeenSet =
true; m_clientImpacting = value; }
68 bool m_servicesHasBeenSet =
false;
70 bool m_clientImpacting;
71 bool m_clientImpactingHasBeenSet =
false;
ErrorRootCause & AddServices(ErrorRootCauseService &&value)
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
ErrorRootCause & WithServices(Aws::Vector< ErrorRootCauseService > &&value)
ErrorRootCause & WithServices(const Aws::Vector< ErrorRootCauseService > &value)
ErrorRootCause & AddServices(const ErrorRootCauseService &value)
AWS_XRAY_API ErrorRootCause()
void SetClientImpacting(bool value)
void SetServices(Aws::Vector< ErrorRootCauseService > &&value)
AWS_XRAY_API ErrorRootCause & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ServicesHasBeenSet() const
bool GetClientImpacting() const
void SetServices(const Aws::Vector< ErrorRootCauseService > &value)
bool ClientImpactingHasBeenSet() const
ErrorRootCause & WithClientImpacting(bool value)
const Aws::Vector< ErrorRootCauseService > & GetServices() const
AWS_XRAY_API ErrorRootCause(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue