factory UpdateArtifactResponse.fromJson(Map<String, dynamic> json) { return UpdateArtifactResponse( artifactArn: json['ArtifactArn'] as String?, ); }