7#include <aws/gameliftstreams/GameLiftStreams_EXPORTS.h>
8#include <aws/gameliftstreams/model/RuntimeEnvironmentType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace GameLiftStreams
67 template<
typename VersionT = Aws::String>
68 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
69 template<
typename VersionT = Aws::String>
75 bool m_typeHasBeenSet =
false;
78 bool m_versionHasBeenSet =
false;
bool VersionHasBeenSet() const
RuntimeEnvironment & WithVersion(VersionT &&value)
RuntimeEnvironment & WithType(RuntimeEnvironmentType value)
RuntimeEnvironmentType GetType() const
AWS_GAMELIFTSTREAMS_API RuntimeEnvironment & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GAMELIFTSTREAMS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetVersion() const
void SetVersion(VersionT &&value)
bool TypeHasBeenSet() const
void SetType(RuntimeEnvironmentType value)
AWS_GAMELIFTSTREAMS_API RuntimeEnvironment(Aws::Utils::Json::JsonView jsonValue)
AWS_GAMELIFTSTREAMS_API RuntimeEnvironment()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue