7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename RuntimeT = Aws::String>
49 void SetRuntime(RuntimeT&& value) { m_runtimeHasBeenSet =
true; m_runtime = std::forward<RuntimeT>(value); }
50 template<
typename RuntimeT = Aws::String>
62 template<
typename NameT = Aws::String>
63 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
64 template<
typename NameT = Aws::String>
70 bool m_runtimeHasBeenSet =
false;
73 bool m_nameHasBeenSet =
false;
IdeConfiguration & WithName(NameT &&value)
const Aws::String & GetName() const
IdeConfiguration & WithRuntime(RuntimeT &&value)
bool NameHasBeenSet() const
AWS_CODECATALYST_API IdeConfiguration()=default
void SetRuntime(RuntimeT &&value)
const Aws::String & GetRuntime() const
AWS_CODECATALYST_API IdeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODECATALYST_API IdeConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_CODECATALYST_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
bool RuntimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue