7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/gamelift/GameLift_EXPORTS.h>
9#include <aws/gamelift/model/ServerProcess.h>
52 template <
typename ServerProcessesT = Aws::Vector<ServerProcess>>
54 m_serverProcessesHasBeenSet =
true;
55 m_serverProcesses = std::forward<ServerProcessesT>(value);
57 template <
typename ServerProcessesT = Aws::Vector<ServerProcess>>
62 template <
typename ServerProcessesT = ServerProcess>
64 m_serverProcessesHasBeenSet =
true;
65 m_serverProcesses.emplace_back(std::forward<ServerProcessesT>(value));
79 m_maxConcurrentGameSessionActivationsHasBeenSet =
true;
80 m_maxConcurrentGameSessionActivations = value;
99 m_gameSessionActivationTimeoutSecondsHasBeenSet =
true;
100 m_gameSessionActivationTimeoutSeconds = value;
110 int m_maxConcurrentGameSessionActivations{0};
112 int m_gameSessionActivationTimeoutSeconds{0};
113 bool m_serverProcessesHasBeenSet =
false;
114 bool m_maxConcurrentGameSessionActivationsHasBeenSet =
false;
115 bool m_gameSessionActivationTimeoutSecondsHasBeenSet =
false;
bool GameSessionActivationTimeoutSecondsHasBeenSet() const
bool MaxConcurrentGameSessionActivationsHasBeenSet() const
const Aws::Vector< ServerProcess > & GetServerProcesses() const
AWS_GAMELIFT_API RuntimeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetServerProcesses(ServerProcessesT &&value)
RuntimeConfiguration & WithGameSessionActivationTimeoutSeconds(int value)
RuntimeConfiguration & AddServerProcesses(ServerProcessesT &&value)
void SetMaxConcurrentGameSessionActivations(int value)
RuntimeConfiguration & WithServerProcesses(ServerProcessesT &&value)
int GetGameSessionActivationTimeoutSeconds() const
bool ServerProcessesHasBeenSet() const
void SetGameSessionActivationTimeoutSeconds(int value)
AWS_GAMELIFT_API Aws::Utils::Json::JsonValue Jsonize() const
int GetMaxConcurrentGameSessionActivations() const
RuntimeConfiguration & WithMaxConcurrentGameSessionActivations(int value)
AWS_GAMELIFT_API RuntimeConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_GAMELIFT_API RuntimeConfiguration()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue