AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ImportTaskSummaryServers.h
1
6#pragma once
7#include <aws/mgn/Mgn_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 mgn
20{
21namespace Model
22{
23
30 {
31 public:
36
37
39
42 inline long long GetCreatedCount() const{ return m_createdCount; }
43 inline bool CreatedCountHasBeenSet() const { return m_createdCountHasBeenSet; }
44 inline void SetCreatedCount(long long value) { m_createdCountHasBeenSet = true; m_createdCount = value; }
45 inline ImportTaskSummaryServers& WithCreatedCount(long long value) { SetCreatedCount(value); return *this;}
47
49
52 inline long long GetModifiedCount() const{ return m_modifiedCount; }
53 inline bool ModifiedCountHasBeenSet() const { return m_modifiedCountHasBeenSet; }
54 inline void SetModifiedCount(long long value) { m_modifiedCountHasBeenSet = true; m_modifiedCount = value; }
55 inline ImportTaskSummaryServers& WithModifiedCount(long long value) { SetModifiedCount(value); return *this;}
57 private:
58
59 long long m_createdCount;
60 bool m_createdCountHasBeenSet = false;
61
62 long long m_modifiedCount;
63 bool m_modifiedCountHasBeenSet = false;
64 };
65
66} // namespace Model
67} // namespace mgn
68} // namespace Aws
ImportTaskSummaryServers & WithModifiedCount(long long value)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
ImportTaskSummaryServers & WithCreatedCount(long long value)
AWS_MGN_API ImportTaskSummaryServers(Aws::Utils::Json::JsonView jsonValue)
AWS_MGN_API ImportTaskSummaryServers & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue