AWS SDK for C++

AWS SDK for C++ Version 1.11.754

Loading...
Searching...
No Matches
AppflowIntegrationWorkflowMetrics.h
1
6#pragma once
7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace CustomerProfiles {
17namespace Model {
18
26 public:
27 AWS_CUSTOMERPROFILES_API AppflowIntegrationWorkflowMetrics() = default;
30 AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
36 inline long long GetRecordsProcessed() const { return m_recordsProcessed; }
37 inline bool RecordsProcessedHasBeenSet() const { return m_recordsProcessedHasBeenSet; }
38 inline void SetRecordsProcessed(long long value) {
39 m_recordsProcessedHasBeenSet = true;
40 m_recordsProcessed = value;
41 }
44 return *this;
45 }
47
49
52 inline long long GetStepsCompleted() const { return m_stepsCompleted; }
53 inline bool StepsCompletedHasBeenSet() const { return m_stepsCompletedHasBeenSet; }
54 inline void SetStepsCompleted(long long value) {
55 m_stepsCompletedHasBeenSet = true;
56 m_stepsCompleted = value;
57 }
59 SetStepsCompleted(value);
60 return *this;
61 }
63
65
68 inline long long GetTotalSteps() const { return m_totalSteps; }
69 inline bool TotalStepsHasBeenSet() const { return m_totalStepsHasBeenSet; }
70 inline void SetTotalSteps(long long value) {
71 m_totalStepsHasBeenSet = true;
72 m_totalSteps = value;
73 }
75 SetTotalSteps(value);
76 return *this;
77 }
79 private:
80 long long m_recordsProcessed{0};
81
82 long long m_stepsCompleted{0};
83
84 long long m_totalSteps{0};
85 bool m_recordsProcessedHasBeenSet = false;
86 bool m_stepsCompletedHasBeenSet = false;
87 bool m_totalStepsHasBeenSet = false;
88};
89
90} // namespace Model
91} // namespace CustomerProfiles
92} // namespace Aws
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
AppflowIntegrationWorkflowMetrics & WithRecordsProcessed(long long value)
AppflowIntegrationWorkflowMetrics & WithStepsCompleted(long long value)
AWS_CUSTOMERPROFILES_API AppflowIntegrationWorkflowMetrics & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CUSTOMERPROFILES_API AppflowIntegrationWorkflowMetrics()=default
AWS_CUSTOMERPROFILES_API AppflowIntegrationWorkflowMetrics(Aws::Utils::Json::JsonView jsonValue)
AppflowIntegrationWorkflowMetrics & WithTotalSteps(long long value)
Aws::Utils::Json::JsonValue JsonValue