AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
FaultStatistics.h
1
6#pragma once
7#include <aws/xray/XRay_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace XRay
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_XRAY_API FaultStatistics();
37
38
40
44 inline long long GetOtherCount() const{ return m_otherCount; }
45 inline bool OtherCountHasBeenSet() const { return m_otherCountHasBeenSet; }
46 inline void SetOtherCount(long long value) { m_otherCountHasBeenSet = true; m_otherCount = value; }
47 inline FaultStatistics& WithOtherCount(long long value) { SetOtherCount(value); return *this;}
49
51
55 inline long long GetTotalCount() const{ return m_totalCount; }
56 inline bool TotalCountHasBeenSet() const { return m_totalCountHasBeenSet; }
57 inline void SetTotalCount(long long value) { m_totalCountHasBeenSet = true; m_totalCount = value; }
58 inline FaultStatistics& WithTotalCount(long long value) { SetTotalCount(value); return *this;}
60 private:
61
62 long long m_otherCount;
63 bool m_otherCountHasBeenSet = false;
64
65 long long m_totalCount;
66 bool m_totalCountHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace XRay
71} // namespace Aws
AWS_XRAY_API FaultStatistics & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTotalCount(long long value)
FaultStatistics & WithTotalCount(long long value)
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOtherCount(long long value)
AWS_XRAY_API FaultStatistics(Aws::Utils::Json::JsonView jsonValue)
FaultStatistics & WithOtherCount(long long value)
Aws::Utils::Json::JsonValue JsonValue