7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
41 template <
typename KeyNameT = Aws::String>
43 m_keyNameHasBeenSet =
true;
44 m_keyName = std::forward<KeyNameT>(value);
46 template <
typename KeyNameT = Aws::String>
59 template <
typename DescriptionT = Aws::String>
61 m_descriptionHasBeenSet =
true;
62 m_description = std::forward<DescriptionT>(value);
64 template <
typename DescriptionT = Aws::String>
77 template <
typename FieldTypeT = Aws::String>
79 m_fieldTypeHasBeenSet =
true;
80 m_fieldType = std::forward<FieldTypeT>(value);
82 template <
typename FieldTypeT = Aws::String>
95 template <
typename DefaultValueT = Aws::String>
97 m_defaultValueHasBeenSet =
true;
98 m_defaultValue = std::forward<DefaultValueT>(value);
100 template <
typename DefaultValueT = Aws::String>
114 m_isEditableHasBeenSet =
true;
115 m_isEditable = value;
130 m_isOptionalHasBeenSet =
true;
131 m_isOptional = value;
146 m_isUpdateSupportedHasBeenSet =
true;
147 m_isUpdateSupported = value;
163 bool m_isEditable{
false};
165 bool m_isOptional{
false};
167 bool m_isUpdateSupported{
false};
168 bool m_keyNameHasBeenSet =
false;
169 bool m_descriptionHasBeenSet =
false;
170 bool m_fieldTypeHasBeenSet =
false;
171 bool m_defaultValueHasBeenSet =
false;
172 bool m_isEditableHasBeenSet =
false;
173 bool m_isOptionalHasBeenSet =
false;
174 bool m_isUpdateSupportedHasBeenSet =
false;
bool FieldTypeHasBeenSet() const
AWS_DATAZONE_API CustomParameter()=default
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIsOptional(bool value)
const Aws::String & GetKeyName() const
AWS_DATAZONE_API CustomParameter(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
void SetFieldType(FieldTypeT &&value)
CustomParameter & WithIsUpdateSupported(bool value)
void SetKeyName(KeyNameT &&value)
AWS_DATAZONE_API CustomParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IsEditableHasBeenSet() const
void SetIsEditable(bool value)
const Aws::String & GetFieldType() const
void SetDefaultValue(DefaultValueT &&value)
CustomParameter & WithIsEditable(bool value)
CustomParameter & WithFieldType(FieldTypeT &&value)
CustomParameter & WithIsOptional(bool value)
const Aws::String & GetDefaultValue() const
bool DefaultValueHasBeenSet() const
void SetIsUpdateSupported(bool value)
bool GetIsOptional() const
CustomParameter & WithKeyName(KeyNameT &&value)
bool DescriptionHasBeenSet() const
bool GetIsUpdateSupported() const
bool GetIsEditable() const
bool IsOptionalHasBeenSet() const
bool KeyNameHasBeenSet() const
CustomParameter & WithDescription(DescriptionT &&value)
CustomParameter & WithDefaultValue(DefaultValueT &&value)
const Aws::String & GetDescription() const
bool IsUpdateSupportedHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue