7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/apprunner/model/SourceCodeVersionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
64 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
72 bool m_typeHasBeenSet =
false;
75 bool m_valueHasBeenSet =
false;
AWS_APPRUNNER_API SourceCodeVersion()
SourceCodeVersion & WithValue(Aws::String &&value)
void SetType(SourceCodeVersionType &&value)
void SetValue(const char *value)
void SetType(const SourceCodeVersionType &value)
void SetValue(Aws::String &&value)
SourceCodeVersion & WithValue(const Aws::String &value)
void SetValue(const Aws::String &value)
const Aws::String & GetValue() const
const SourceCodeVersionType & GetType() const
bool ValueHasBeenSet() const
AWS_APPRUNNER_API SourceCodeVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
SourceCodeVersion & WithType(const SourceCodeVersionType &value)
bool TypeHasBeenSet() const
AWS_APPRUNNER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPRUNNER_API SourceCodeVersion(Aws::Utils::Json::JsonView jsonValue)
SourceCodeVersion & WithType(SourceCodeVersionType &&value)
SourceCodeVersion & WithValue(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue