AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ExportTaskSummary.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:
32 AWS_MGN_API ExportTaskSummary();
36
37
39
42 inline long long GetApplicationsCount() const{ return m_applicationsCount; }
43 inline bool ApplicationsCountHasBeenSet() const { return m_applicationsCountHasBeenSet; }
44 inline void SetApplicationsCount(long long value) { m_applicationsCountHasBeenSet = true; m_applicationsCount = value; }
45 inline ExportTaskSummary& WithApplicationsCount(long long value) { SetApplicationsCount(value); return *this;}
47
49
52 inline long long GetServersCount() const{ return m_serversCount; }
53 inline bool ServersCountHasBeenSet() const { return m_serversCountHasBeenSet; }
54 inline void SetServersCount(long long value) { m_serversCountHasBeenSet = true; m_serversCount = value; }
55 inline ExportTaskSummary& WithServersCount(long long value) { SetServersCount(value); return *this;}
57
59
62 inline long long GetWavesCount() const{ return m_wavesCount; }
63 inline bool WavesCountHasBeenSet() const { return m_wavesCountHasBeenSet; }
64 inline void SetWavesCount(long long value) { m_wavesCountHasBeenSet = true; m_wavesCount = value; }
65 inline ExportTaskSummary& WithWavesCount(long long value) { SetWavesCount(value); return *this;}
67 private:
68
69 long long m_applicationsCount;
70 bool m_applicationsCountHasBeenSet = false;
71
72 long long m_serversCount;
73 bool m_serversCountHasBeenSet = false;
74
75 long long m_wavesCount;
76 bool m_wavesCountHasBeenSet = false;
77 };
78
79} // namespace Model
80} // namespace mgn
81} // namespace Aws
AWS_MGN_API ExportTaskSummary(Aws::Utils::Json::JsonView jsonValue)
ExportTaskSummary & WithApplicationsCount(long long value)
ExportTaskSummary & WithWavesCount(long long value)
void SetApplicationsCount(long long value)
AWS_MGN_API ExportTaskSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
ExportTaskSummary & WithServersCount(long long value)
Aws::Utils::Json::JsonValue JsonValue