7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/xray/model/RequestImpactStatistics.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/xray/model/AnomalousService.h>
55 inline void SetSummary(
const char* value) { m_summaryHasBeenSet =
true; m_summary.assign(value); }
115 bool m_summaryHasBeenSet =
false;
118 bool m_eventTimeHasBeenSet =
false;
121 bool m_clientRequestImpactStatisticsHasBeenSet =
false;
124 bool m_rootCauseServiceRequestImpactStatisticsHasBeenSet =
false;
127 bool m_topAnomalousServicesHasBeenSet =
false;
void SetRootCauseServiceRequestImpactStatistics(RequestImpactStatistics &&value)
void SetTopAnomalousServices(const Aws::Vector< AnomalousService > &value)
bool EventTimeHasBeenSet() const
InsightEvent & WithClientRequestImpactStatistics(RequestImpactStatistics &&value)
InsightEvent & WithEventTime(Aws::Utils::DateTime &&value)
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
InsightEvent & WithSummary(const Aws::String &value)
InsightEvent & WithSummary(const char *value)
bool ClientRequestImpactStatisticsHasBeenSet() const
InsightEvent & WithEventTime(const Aws::Utils::DateTime &value)
InsightEvent & WithSummary(Aws::String &&value)
void SetRootCauseServiceRequestImpactStatistics(const RequestImpactStatistics &value)
void SetSummary(const Aws::String &value)
InsightEvent & WithTopAnomalousServices(Aws::Vector< AnomalousService > &&value)
void SetClientRequestImpactStatistics(RequestImpactStatistics &&value)
InsightEvent & WithTopAnomalousServices(const Aws::Vector< AnomalousService > &value)
void SetSummary(Aws::String &&value)
void SetTopAnomalousServices(Aws::Vector< AnomalousService > &&value)
InsightEvent & WithRootCauseServiceRequestImpactStatistics(const RequestImpactStatistics &value)
const Aws::String & GetSummary() const
const RequestImpactStatistics & GetClientRequestImpactStatistics() const
AWS_XRAY_API InsightEvent(Aws::Utils::Json::JsonView jsonValue)
InsightEvent & WithClientRequestImpactStatistics(const RequestImpactStatistics &value)
InsightEvent & WithRootCauseServiceRequestImpactStatistics(RequestImpactStatistics &&value)
bool SummaryHasBeenSet() const
void SetClientRequestImpactStatistics(const RequestImpactStatistics &value)
void SetEventTime(const Aws::Utils::DateTime &value)
bool TopAnomalousServicesHasBeenSet() const
void SetSummary(const char *value)
const RequestImpactStatistics & GetRootCauseServiceRequestImpactStatistics() const
InsightEvent & AddTopAnomalousServices(const AnomalousService &value)
const Aws::Vector< AnomalousService > & GetTopAnomalousServices() const
void SetEventTime(Aws::Utils::DateTime &&value)
AWS_XRAY_API InsightEvent()
AWS_XRAY_API InsightEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RootCauseServiceRequestImpactStatisticsHasBeenSet() const
InsightEvent & AddTopAnomalousServices(AnomalousService &&value)
const Aws::Utils::DateTime & GetEventTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue