7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename DefaultValueT = Aws::String>
48 void SetDefaultValue(DefaultValueT&& value) { m_defaultValueHasBeenSet =
true; m_defaultValue = std::forward<DefaultValueT>(value); }
49 template<
typename DefaultValueT = Aws::String>
59 template<
typename DescriptionT = Aws::String>
60 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
61 template<
typename DescriptionT = Aws::String>
71 template<
typename FieldTypeT = Aws::String>
72 void SetFieldType(FieldTypeT&& value) { m_fieldTypeHasBeenSet =
true; m_fieldType = std::forward<FieldTypeT>(value); }
73 template<
typename FieldTypeT = Aws::String>
83 inline void SetIsEditable(
bool value) { m_isEditableHasBeenSet =
true; m_isEditable = value; }
93 inline void SetIsOptional(
bool value) { m_isOptionalHasBeenSet =
true; m_isOptional = value; }
103 template<
typename KeyNameT = Aws::String>
104 void SetKeyName(KeyNameT&& value) { m_keyNameHasBeenSet =
true; m_keyName = std::forward<KeyNameT>(value); }
105 template<
typename KeyNameT = Aws::String>
111 bool m_defaultValueHasBeenSet =
false;
114 bool m_descriptionHasBeenSet =
false;
117 bool m_fieldTypeHasBeenSet =
false;
119 bool m_isEditable{
false};
120 bool m_isEditableHasBeenSet =
false;
122 bool m_isOptional{
false};
123 bool m_isOptionalHasBeenSet =
false;
126 bool m_keyNameHasBeenSet =
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)
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
bool GetIsOptional() const
CustomParameter & WithKeyName(KeyNameT &&value)
bool DescriptionHasBeenSet() const
bool GetIsEditable() const
bool IsOptionalHasBeenSet() const
bool KeyNameHasBeenSet() const
CustomParameter & WithDescription(DescriptionT &&value)
CustomParameter & WithDefaultValue(DefaultValueT &&value)
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue