7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
20namespace imagebuilder {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
61 template <
typename TypeT = Aws::String>
63 m_typeHasBeenSet =
true;
64 m_type = std::forward<TypeT>(value);
66 template <
typename TypeT = Aws::String>
68 SetType(std::forward<TypeT>(value));
79 template <
typename DefaultValueT = Aws::Vector<Aws::String>>
81 m_defaultValueHasBeenSet =
true;
82 m_defaultValue = std::forward<DefaultValueT>(value);
84 template <
typename DefaultValueT = Aws::Vector<Aws::String>>
89 template <
typename DefaultValueT = Aws::String>
91 m_defaultValueHasBeenSet =
true;
92 m_defaultValue.emplace_back(std::forward<DefaultValueT>(value));
103 template <
typename DescriptionT = Aws::String>
105 m_descriptionHasBeenSet =
true;
106 m_description = std::forward<DescriptionT>(value);
108 template <
typename DescriptionT = Aws::String>
122 bool m_nameHasBeenSet =
false;
123 bool m_typeHasBeenSet =
false;
124 bool m_defaultValueHasBeenSet =
false;
125 bool m_descriptionHasBeenSet =
false;
WorkflowParameterDetail & AddDefaultValue(DefaultValueT &&value)
void SetName(NameT &&value)
bool NameHasBeenSet() const
bool DescriptionHasBeenSet() const
WorkflowParameterDetail & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
AWS_IMAGEBUILDER_API WorkflowParameterDetail()=default
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
bool DefaultValueHasBeenSet() const
const Aws::Vector< Aws::String > & GetDefaultValue() const
WorkflowParameterDetail & WithDefaultValue(DefaultValueT &&value)
AWS_IMAGEBUILDER_API WorkflowParameterDetail(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
void SetDefaultValue(DefaultValueT &&value)
AWS_IMAGEBUILDER_API WorkflowParameterDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetType() const
WorkflowParameterDetail & WithType(TypeT &&value)
const Aws::String & GetName() const
WorkflowParameterDetail & WithDescription(DescriptionT &&value)
void SetType(TypeT &&value)
bool TypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue