7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AmplifyUIBuilder
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename SupportedVersionT = Aws::String>
60 void SetSupportedVersion(SupportedVersionT&& value) { m_supportedVersionHasBeenSet =
true; m_supportedVersion = std::forward<SupportedVersionT>(value); }
61 template<
typename SupportedVersionT = Aws::String>
72 inline void SetIsSemVer(
bool value) { m_isSemVerHasBeenSet =
true; m_isSemVer = value; }
83 template<
typename ReasonT = Aws::String>
84 void SetReason(ReasonT&& value) { m_reasonHasBeenSet =
true; m_reason = std::forward<ReasonT>(value); }
85 template<
typename ReasonT = Aws::String>
91 bool m_nameHasBeenSet =
false;
94 bool m_supportedVersionHasBeenSet =
false;
96 bool m_isSemVer{
false};
97 bool m_isSemVerHasBeenSet =
false;
100 bool m_reasonHasBeenSet =
false;
void SetIsSemVer(bool value)
void SetReason(ReasonT &&value)
AWS_AMPLIFYUIBUILDER_API CodegenDependency & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSupportedVersion(SupportedVersionT &&value)
bool NameHasBeenSet() const
CodegenDependency & WithName(NameT &&value)
AWS_AMPLIFYUIBUILDER_API CodegenDependency()=default
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetSupportedVersion() const
bool IsSemVerHasBeenSet() const
CodegenDependency & WithIsSemVer(bool value)
const Aws::String & GetName() const
bool SupportedVersionHasBeenSet() const
AWS_AMPLIFYUIBUILDER_API CodegenDependency(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
CodegenDependency & WithSupportedVersion(SupportedVersionT &&value)
bool ReasonHasBeenSet() const
CodegenDependency & WithReason(ReasonT &&value)
const Aws::String & GetReason() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue