7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CodeCatalyst {
30 AWS_CODECATALYST_API
Ide() =
default;
41 template <
typename RuntimeT = Aws::String>
43 m_runtimeHasBeenSet =
true;
44 m_runtime = std::forward<RuntimeT>(value);
46 template <
typename RuntimeT = Aws::String>
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
74 bool m_runtimeHasBeenSet =
false;
75 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