7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
35 AWS_CODECATALYST_API
Ide();
49 inline void SetRuntime(
const char* value) { m_runtimeHasBeenSet =
true; m_runtime.assign(value); }
63 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
71 bool m_runtimeHasBeenSet =
false;
74 bool m_nameHasBeenSet =
false;
void SetName(Aws::String &&value)
const Aws::String & GetRuntime() const
AWS_CODECATALYST_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(const char *value)
bool NameHasBeenSet() const
bool RuntimeHasBeenSet() const
Ide & WithName(const Aws::String &value)
void SetName(const Aws::String &value)
Ide & WithName(Aws::String &&value)
void SetRuntime(const Aws::String &value)
Ide & WithRuntime(const Aws::String &value)
const Aws::String & GetName() const
Ide & WithRuntime(Aws::String &&value)
AWS_CODECATALYST_API Ide(Aws::Utils::Json::JsonView jsonValue)
void SetRuntime(Aws::String &&value)
Ide & WithName(const char *value)
Ide & WithRuntime(const char *value)
void SetRuntime(const char *value)
AWS_CODECATALYST_API Ide & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODECATALYST_API Ide()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue