7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/launch-wizard/LaunchWizard_EXPORTS.h>
19namespace LaunchWizard {
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename ValueT = Aws::String>
61 m_valueHasBeenSet =
true;
62 m_value = std::forward<ValueT>(value);
64 template <
typename ValueT = Aws::String>
66 SetValue(std::forward<ValueT>(value));
78 template <
typename ComparatorT = Aws::String>
80 m_comparatorHasBeenSet =
true;
81 m_comparator = std::forward<ComparatorT>(value);
83 template <
typename ComparatorT = Aws::String>
95 bool m_nameHasBeenSet =
false;
96 bool m_valueHasBeenSet =
false;
97 bool m_comparatorHasBeenSet =
false;
AWS_LAUNCHWIZARD_API DeploymentConditionalField(Aws::Utils::Json::JsonView jsonValue)
bool ComparatorHasBeenSet() const
const Aws::String & GetComparator() const
const Aws::String & GetValue() const
void SetComparator(ComparatorT &&value)
const Aws::String & GetName() const
DeploymentConditionalField & WithComparator(ComparatorT &&value)
bool ValueHasBeenSet() const
AWS_LAUNCHWIZARD_API DeploymentConditionalField()=default
void SetName(NameT &&value)
bool NameHasBeenSet() const
AWS_LAUNCHWIZARD_API Aws::Utils::Json::JsonValue Jsonize() const
DeploymentConditionalField & WithName(NameT &&value)
void SetValue(ValueT &&value)
DeploymentConditionalField & WithValue(ValueT &&value)
AWS_LAUNCHWIZARD_API DeploymentConditionalField & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue