def yaml(self) -> str: """ Get the YAML representation of this object as a string """ return yaml.round_trip_dump(self)