AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ExportStatistics.h
1
6#pragma once
7#include <aws/sesv2/SESV2_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 SESV2
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_SESV2_API ExportStatistics();
36 AWS_SESV2_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
44 inline int GetProcessedRecordsCount() const{ return m_processedRecordsCount; }
45 inline bool ProcessedRecordsCountHasBeenSet() const { return m_processedRecordsCountHasBeenSet; }
46 inline void SetProcessedRecordsCount(int value) { m_processedRecordsCountHasBeenSet = true; m_processedRecordsCount = value; }
47 inline ExportStatistics& WithProcessedRecordsCount(int value) { SetProcessedRecordsCount(value); return *this;}
49
51
55 inline int GetExportedRecordsCount() const{ return m_exportedRecordsCount; }
56 inline bool ExportedRecordsCountHasBeenSet() const { return m_exportedRecordsCountHasBeenSet; }
57 inline void SetExportedRecordsCount(int value) { m_exportedRecordsCountHasBeenSet = true; m_exportedRecordsCount = value; }
58 inline ExportStatistics& WithExportedRecordsCount(int value) { SetExportedRecordsCount(value); return *this;}
60 private:
61
62 int m_processedRecordsCount;
63 bool m_processedRecordsCountHasBeenSet = false;
64
65 int m_exportedRecordsCount;
66 bool m_exportedRecordsCountHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace SESV2
71} // namespace Aws
AWS_SESV2_API ExportStatistics(Aws::Utils::Json::JsonView jsonValue)
AWS_SESV2_API Aws::Utils::Json::JsonValue Jsonize() const
ExportStatistics & WithExportedRecordsCount(int value)
AWS_SESV2_API ExportStatistics & operator=(Aws::Utils::Json::JsonView jsonValue)
ExportStatistics & WithProcessedRecordsCount(int value)
Aws::Utils::Json::JsonValue JsonValue