AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
ImportTaskSummaryApplications.h
1
6#pragma once
7#include <aws/mgn/Mgn_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace mgn {
17namespace Model {
18
25 public:
26 AWS_MGN_API ImportTaskSummaryApplications() = default;
30
32
35 inline long long GetCreatedCount() const { return m_createdCount; }
36 inline bool CreatedCountHasBeenSet() const { return m_createdCountHasBeenSet; }
37 inline void SetCreatedCount(long long value) {
38 m_createdCountHasBeenSet = true;
39 m_createdCount = value;
40 }
42 SetCreatedCount(value);
43 return *this;
44 }
46
48
51 inline long long GetModifiedCount() const { return m_modifiedCount; }
52 inline bool ModifiedCountHasBeenSet() const { return m_modifiedCountHasBeenSet; }
53 inline void SetModifiedCount(long long value) {
54 m_modifiedCountHasBeenSet = true;
55 m_modifiedCount = value;
56 }
58 SetModifiedCount(value);
59 return *this;
60 }
62 private:
63 long long m_createdCount{0};
64
65 long long m_modifiedCount{0};
66 bool m_createdCountHasBeenSet = false;
67 bool m_modifiedCountHasBeenSet = false;
68};
69
70} // namespace Model
71} // namespace mgn
72} // namespace Aws
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
ImportTaskSummaryApplications & WithModifiedCount(long long value)
AWS_MGN_API ImportTaskSummaryApplications & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MGN_API ImportTaskSummaryApplications(Aws::Utils::Json::JsonView jsonValue)
ImportTaskSummaryApplications & WithCreatedCount(long long value)
Aws::Utils::Json::JsonValue JsonValue