AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ContainerGroupsPerInstance.h
1
6#pragma once
7#include <aws/gamelift/GameLift_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 GameLift
20{
21namespace Model
22{
23
43 {
44 public:
45 AWS_GAMELIFT_API ContainerGroupsPerInstance();
48 AWS_GAMELIFT_API Aws::Utils::Json::JsonValue Jsonize() const;
49
50
52
56 inline int GetDesiredReplicaContainerGroupsPerInstance() const{ return m_desiredReplicaContainerGroupsPerInstance; }
57 inline bool DesiredReplicaContainerGroupsPerInstanceHasBeenSet() const { return m_desiredReplicaContainerGroupsPerInstanceHasBeenSet; }
58 inline void SetDesiredReplicaContainerGroupsPerInstance(int value) { m_desiredReplicaContainerGroupsPerInstanceHasBeenSet = true; m_desiredReplicaContainerGroupsPerInstance = value; }
61
63
67 inline int GetMaxReplicaContainerGroupsPerInstance() const{ return m_maxReplicaContainerGroupsPerInstance; }
68 inline bool MaxReplicaContainerGroupsPerInstanceHasBeenSet() const { return m_maxReplicaContainerGroupsPerInstanceHasBeenSet; }
69 inline void SetMaxReplicaContainerGroupsPerInstance(int value) { m_maxReplicaContainerGroupsPerInstanceHasBeenSet = true; m_maxReplicaContainerGroupsPerInstance = value; }
72 private:
73
74 int m_desiredReplicaContainerGroupsPerInstance;
75 bool m_desiredReplicaContainerGroupsPerInstanceHasBeenSet = false;
76
77 int m_maxReplicaContainerGroupsPerInstance;
78 bool m_maxReplicaContainerGroupsPerInstanceHasBeenSet = false;
79 };
80
81} // namespace Model
82} // namespace GameLift
83} // namespace Aws
ContainerGroupsPerInstance & WithDesiredReplicaContainerGroupsPerInstance(int value)
ContainerGroupsPerInstance & WithMaxReplicaContainerGroupsPerInstance(int value)
AWS_GAMELIFT_API ContainerGroupsPerInstance & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GAMELIFT_API ContainerGroupsPerInstance(Aws::Utils::Json::JsonView jsonValue)
AWS_GAMELIFT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue