60 inline void SetContent(
const char* value) { m_contentHasBeenSet =
true; m_content.assign(value); }
101 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
142 inline void SetRegistryName(
const char* value) { m_registryNameHasBeenSet =
true; m_registryName.assign(value); }
183 inline void SetSchemaName(
const char* value) { m_schemaNameHasBeenSet =
true; m_schemaName.assign(value); }
264 inline CreateSchemaRequest&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
280 inline void SetType(
const Type& value) { m_typeHasBeenSet =
true; m_type = value; }
285 inline void SetType(
Type&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
300 bool m_contentHasBeenSet;
303 bool m_descriptionHasBeenSet;
306 bool m_registryNameHasBeenSet;
309 bool m_schemaNameHasBeenSet;
312 bool m_tagsHasBeenSet;
315 bool m_typeHasBeenSet;