7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CodeCatalyst {
42 template <
typename RuntimeT = Aws::String>
44 m_runtimeHasBeenSet =
true;
45 m_runtime = std::forward<RuntimeT>(value);
47 template <
typename RuntimeT = Aws::String>
62 template <
typename NameT = Aws::String>
64 m_nameHasBeenSet =
true;
65 m_name = std::forward<NameT>(value);
67 template <
typename NameT = Aws::String>
69 SetName(std::forward<NameT>(value));
75 bool m_runtimeHasBeenSet =
false;
78 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