list<string> $attributeKeys:
public function withAttributeKeys(array $attributeKeys) : self { $self = clone $this; $self->attributeKeys = $attributeKeys; return $self; }