7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/crt/cbor/Cbor.h>
9#include <aws/gamelift/GameLift_EXPORTS.h>
33 AWS_GAMELIFT_API
ServerProcess(
const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
35 AWS_GAMELIFT_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
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 int64_t m_concurrentExecutions{0};
105 bool m_launchPathHasBeenSet =
false;
106 bool m_parametersHasBeenSet =
false;
107 bool m_concurrentExecutionsHasBeenSet =
false;
void SetParameters(ParametersT &&value)
bool LaunchPathHasBeenSet() const
ServerProcess & WithParameters(ParametersT &&value)
const Aws::String & GetParameters() const
AWS_GAMELIFT_API ServerProcess & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_GAMELIFT_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
const Aws::String & GetLaunchPath() const
ServerProcess & WithLaunchPath(LaunchPathT &&value)
AWS_GAMELIFT_API ServerProcess(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
bool ConcurrentExecutionsHasBeenSet() const
bool ParametersHasBeenSet() const
void SetLaunchPath(LaunchPathT &&value)
void SetConcurrentExecutions(int64_t value)
AWS_GAMELIFT_API ServerProcess()=default
ServerProcess & WithConcurrentExecutions(int64_t value)
int64_t GetConcurrentExecutions() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String