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