7#include <aws/apprunner/AppRunner_EXPORTS.h>
8#include <aws/apprunner/model/SourceCodeVersionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
60 template<
typename ValueT = Aws::String>
61 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
62 template<
typename ValueT = Aws::String>
68 bool m_typeHasBeenSet =
false;
71 bool m_valueHasBeenSet =
false;
SourceCodeVersion & WithValue(ValueT &&value)
SourceCodeVersion & WithType(SourceCodeVersionType value)
AWS_APPRUNNER_API SourceCodeVersion()=default
void SetType(SourceCodeVersionType value)
const Aws::String & GetValue() const
bool ValueHasBeenSet() const
AWS_APPRUNNER_API SourceCodeVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetValue(ValueT &&value)
bool TypeHasBeenSet() const
AWS_APPRUNNER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPRUNNER_API SourceCodeVersion(Aws::Utils::Json::JsonView jsonValue)
SourceCodeVersionType GetType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue