AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
SimulationAppPortMapping.h
1
6#pragma once
7#include <aws/simspaceweaver/SimSpaceWeaver_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace SimSpaceWeaver {
17namespace Model {
18
26 public:
27 AWS_SIMSPACEWEAVER_API SimulationAppPortMapping() = default;
28 AWS_SIMSPACEWEAVER_API SimulationAppPortMapping(Aws::Utils::Json::JsonView jsonValue);
30 AWS_SIMSPACEWEAVER_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
39 inline int GetActual() const { return m_actual; }
40 inline bool ActualHasBeenSet() const { return m_actualHasBeenSet; }
41 inline void SetActual(int value) {
42 m_actualHasBeenSet = true;
43 m_actual = value;
44 }
46 SetActual(value);
47 return *this;
48 }
50
52
58 inline int GetDeclared() const { return m_declared; }
59 inline bool DeclaredHasBeenSet() const { return m_declaredHasBeenSet; }
60 inline void SetDeclared(int value) {
61 m_declaredHasBeenSet = true;
62 m_declared = value;
63 }
65 SetDeclared(value);
66 return *this;
67 }
69 private:
70 int m_actual{0};
71
72 int m_declared{0};
73 bool m_actualHasBeenSet = false;
74 bool m_declaredHasBeenSet = false;
75};
76
77} // namespace Model
78} // namespace SimSpaceWeaver
79} // namespace Aws
AWS_SIMSPACEWEAVER_API SimulationAppPortMapping(Aws::Utils::Json::JsonView jsonValue)
AWS_SIMSPACEWEAVER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SIMSPACEWEAVER_API SimulationAppPortMapping & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SIMSPACEWEAVER_API SimulationAppPortMapping()=default
Aws::Utils::Json::JsonValue JsonValue