AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SimulationAppPortMapping.h
1
6#pragma once
7#include <aws/simspaceweaver/SimSpaceWeaver_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 SimSpaceWeaver
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_SIMSPACEWEAVER_API SimulationAppPortMapping();
34 AWS_SIMSPACEWEAVER_API SimulationAppPortMapping(Aws::Utils::Json::JsonView jsonValue);
36 AWS_SIMSPACEWEAVER_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
46 inline int GetActual() const{ return m_actual; }
47 inline bool ActualHasBeenSet() const { return m_actualHasBeenSet; }
48 inline void SetActual(int value) { m_actualHasBeenSet = true; m_actual = value; }
49 inline SimulationAppPortMapping& WithActual(int value) { SetActual(value); return *this;}
51
53
59 inline int GetDeclared() const{ return m_declared; }
60 inline bool DeclaredHasBeenSet() const { return m_declaredHasBeenSet; }
61 inline void SetDeclared(int value) { m_declaredHasBeenSet = true; m_declared = value; }
62 inline SimulationAppPortMapping& WithDeclared(int value) { SetDeclared(value); return *this;}
64 private:
65
66 int m_actual;
67 bool m_actualHasBeenSet = false;
68
69 int m_declared;
70 bool m_declaredHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace SimSpaceWeaver
75} // 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::Utils::Json::JsonValue JsonValue