64 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
128 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
170 inline void SetDefaultValue(
const char* value) { m_defaultValueHasBeenSet =
true; m_defaultValue.assign(value); }
192 bool m_nameHasBeenSet;
194 bool m_typeHasBeenSet;
196 bool m_descriptionHasBeenSet;
198 bool m_defaultValueHasBeenSet;
DocumentParameter & WithDefaultValue(Aws::String &&value)
void SetDescription(Aws::String &&value)
void SetType(const DocumentParameterType &value)
DocumentParameter & WithDefaultValue(const char *value)
DocumentParameter & WithDescription(const Aws::String &value)
void SetDescription(const char *value)
void SetDescription(const Aws::String &value)
DocumentParameter & WithName(Aws::String &&value)
DocumentParameter & WithType(const DocumentParameterType &value)
DocumentParameter & WithDefaultValue(const Aws::String &value)
void SetDefaultValue(const char *value)
void SetType(DocumentParameterType &&value)
void SetName(Aws::String &&value)
void SetDefaultValue(Aws::String &&value)
DocumentParameter & WithName(const Aws::String &value)
const DocumentParameterType & GetType() const
DocumentParameter & WithType(DocumentParameterType &&value)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
DocumentParameter & WithName(const char *value)
void SetName(const char *value)
DocumentParameter & WithDescription(Aws::String &&value)
const Aws::String & GetDefaultValue() const
const Aws::String & GetDescription() const
DocumentParameter & WithDescription(const char *value)
void SetDefaultValue(const Aws::String &value)
JSON (JavaScript Object Notation).
void SetName(const Aws::String &value)