AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RunStatisticsForAssets.h
1
6#pragma once
7#include <aws/datazone/DataZone_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 DataZone
20{
21namespace Model
22{
23
30 {
31 public:
32 AWS_DATAZONE_API RunStatisticsForAssets();
35 AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const;
36
37
39
42 inline int GetAdded() const{ return m_added; }
43 inline bool AddedHasBeenSet() const { return m_addedHasBeenSet; }
44 inline void SetAdded(int value) { m_addedHasBeenSet = true; m_added = value; }
45 inline RunStatisticsForAssets& WithAdded(int value) { SetAdded(value); return *this;}
47
49
52 inline int GetFailed() const{ return m_failed; }
53 inline bool FailedHasBeenSet() const { return m_failedHasBeenSet; }
54 inline void SetFailed(int value) { m_failedHasBeenSet = true; m_failed = value; }
55 inline RunStatisticsForAssets& WithFailed(int value) { SetFailed(value); return *this;}
57
59
62 inline int GetSkipped() const{ return m_skipped; }
63 inline bool SkippedHasBeenSet() const { return m_skippedHasBeenSet; }
64 inline void SetSkipped(int value) { m_skippedHasBeenSet = true; m_skipped = value; }
65 inline RunStatisticsForAssets& WithSkipped(int value) { SetSkipped(value); return *this;}
67
69
72 inline int GetUnchanged() const{ return m_unchanged; }
73 inline bool UnchangedHasBeenSet() const { return m_unchangedHasBeenSet; }
74 inline void SetUnchanged(int value) { m_unchangedHasBeenSet = true; m_unchanged = value; }
75 inline RunStatisticsForAssets& WithUnchanged(int value) { SetUnchanged(value); return *this;}
77
79
82 inline int GetUpdated() const{ return m_updated; }
83 inline bool UpdatedHasBeenSet() const { return m_updatedHasBeenSet; }
84 inline void SetUpdated(int value) { m_updatedHasBeenSet = true; m_updated = value; }
85 inline RunStatisticsForAssets& WithUpdated(int value) { SetUpdated(value); return *this;}
87 private:
88
89 int m_added;
90 bool m_addedHasBeenSet = false;
91
92 int m_failed;
93 bool m_failedHasBeenSet = false;
94
95 int m_skipped;
96 bool m_skippedHasBeenSet = false;
97
98 int m_unchanged;
99 bool m_unchangedHasBeenSet = false;
100
101 int m_updated;
102 bool m_updatedHasBeenSet = false;
103 };
104
105} // namespace Model
106} // namespace DataZone
107} // namespace Aws
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
RunStatisticsForAssets & WithSkipped(int value)
RunStatisticsForAssets & WithUnchanged(int value)
RunStatisticsForAssets & WithFailed(int value)
RunStatisticsForAssets & WithAdded(int value)
AWS_DATAZONE_API RunStatisticsForAssets(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API RunStatisticsForAssets & operator=(Aws::Utils::Json::JsonView jsonValue)
RunStatisticsForAssets & WithUpdated(int value)
Aws::Utils::Json::JsonValue JsonValue