7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/gamelift/GameLift_EXPORTS.h>
52 template <
typename LaunchPathT = Aws::String>
54 m_launchPathHasBeenSet =
true;
55 m_launchPath = std::forward<LaunchPathT>(value);
57 template <
typename LaunchPathT = Aws::String>
71 template <
typename ParametersT = Aws::String>
73 m_parametersHasBeenSet =
true;
74 m_parameters = std::forward<ParametersT>(value);
76 template <
typename ParametersT = Aws::String>
91 m_concurrentExecutionsHasBeenSet =
true;
92 m_concurrentExecutions = value;
104 int m_concurrentExecutions{0};
105 bool m_launchPathHasBeenSet =
false;
106 bool m_parametersHasBeenSet =
false;
107 bool m_concurrentExecutionsHasBeenSet =
false;
void SetParameters(ParametersT &&value)
AWS_GAMELIFT_API ServerProcess & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LaunchPathHasBeenSet() const
ServerProcess & WithConcurrentExecutions(int value)
ServerProcess & WithParameters(ParametersT &&value)
const Aws::String & GetParameters() const
AWS_GAMELIFT_API ServerProcess(Aws::Utils::Json::JsonView jsonValue)
int GetConcurrentExecutions() const
const Aws::String & GetLaunchPath() const
ServerProcess & WithLaunchPath(LaunchPathT &&value)
void SetConcurrentExecutions(int value)
bool ConcurrentExecutionsHasBeenSet() const
bool ParametersHasBeenSet() const
void SetLaunchPath(LaunchPathT &&value)
AWS_GAMELIFT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GAMELIFT_API ServerProcess()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue